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.


Separate VNET from Palacios, add its own host_hooks for interfaces from host OS for...
authorLei Xia <lxia@northwestern.edu>
Thu, 5 May 2011 22:06:36 +0000 (17:06 -0500)
committerLei Xia <lxia@northwestern.edu>
Thu, 5 May 2011 22:06:36 +0000 (17:06 -0500)
commit6cff7c8b0ec58e3b94d9583f709ca9056ae928dd
treee4ca730a1b935e69ba0d97a6b187e9fa75974d03
parent8ca1d3b4d7a7266a92ef99afeee99097da838ae8
Separate VNET from Palacios, add its own host_hooks for interfaces from host OS for VNET
instead of using OS_hooks in Palacios. Now VNET almost
need very few support from Palacios (can be none)
palacios/include/vnet/vnet.h
palacios/include/vnet/vnet_hashtable.h [new file with mode: 0644]
palacios/include/vnet/vnet_host.h [new file with mode: 0644]
palacios/include/vnet/vnet_host_interface.h [deleted file]
palacios/include/vnet/vnet_vmm.h [new file with mode: 0644]
palacios/src/devices/lnx_virtio_nic.c
palacios/src/palacios/vmm.c
palacios/src/vnet/Makefile
palacios/src/vnet/vnet_core.c
palacios/src/vnet/vnet_hashtable.c [new file with mode: 0644]
palacios/src/vnet/vnet_host.c [new file with mode: 0644]