Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Host hypercall interface implementation (Palacios-side)
authorPeter Dinda <pdinda@northwestern.edu>
Fri, 13 Apr 2012 23:15:53 +0000 (18:15 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 13 Apr 2012 23:21:48 +0000 (18:21 -0500)
commitd6a4d7bf28c8962ad6a1499d0b74b9e5cdf892ad
tree953e3f180f3ac1927921aa4cfa5f2ea72aea8bf8
parent002d46c777ac52048d0a3e82c80821ad3c8fef46
Host hypercall interface implementation (Palacios-side)
palacios/include/interfaces/vmm_host_hypercall.h [new file with mode: 0644]
palacios/src/interfaces/Kconfig
palacios/src/interfaces/Makefile
palacios/src/interfaces/vmm_host_hypercall.c [new file with mode: 0644]