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.


Fix to VNET bug when vnet_host_hooks is not properly initiated
authorLei Xia <lxia@northwestern.edu>
Thu, 19 May 2011 21:41:45 +0000 (16:41 -0500)
committerLei Xia <lxia@northwestern.edu>
Thu, 19 May 2011 21:41:45 +0000 (16:41 -0500)
commite39ac677ad4eb2c2db111ce08eb6172c61f5001f
tree2b776c449d282639e7e57b1ed0beb3867e82a4bc
parent0e3a7655e9bf22eab05696605072bc051aeeb1ad
Fix to VNET bug when vnet_host_hooks is not properly initiated
Fix to Virtio NIC
Fix to the debug code of VNET
linux_module/palacios-dev.c
linux_module/palacios-vnet-bridge.c
linux_module/palacios-vnet.c
linux_module/palacios-vnet.h
palacios/include/palacios/vmm_ethernet.h
palacios/include/vnet/vnet_host.h
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/vnet_nic.c
palacios/src/vnet/vnet_core.c
palacios/src/vnet/vnet_host.c