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.


VNET Hypercall interface, implemented as a new stub device
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 18 Jul 2012 17:13:01 +0000 (12:13 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Wed, 18 Jul 2012 17:13:01 +0000 (12:13 -0500)
commit5ed7ab7d688c249301404ced123d6d8ee1b0711a
tree33ce20e265af0a43c9c6636bc0b49a1c54b58594
parentc4c6794a9159697979f32af4c248cbfc44a29bed
VNET Hypercall interface, implemented as a new stub device
palacios/include/palacios/vmm_hypercall.h
palacios/include/vnet/vnet.h
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/vnet/vnet_core.c