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.


Enhancements to VNET and to halting:
authorPeter Dinda <pdinda@northwestern.edu>
Sun, 5 Aug 2012 23:14:14 +0000 (18:14 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 6 Aug 2012 23:45:47 +0000 (18:45 -0500)
commit7ca1f3f6bcb065c7c28b98f049d4abbca21a7bc1
tree5c8d05322e35c85022b55c4cc685367870fb92a0
parentb22b76bd788a2dbdc23c6957b7e8488858cf2ef4
Enhancements to VNET and to halting:

- VNET sends UDP packets without checksumming
- VNET threads (bridge and transmit kick thread)
  adaptively choose yielding strategy
- halt handler adaptive chooses yielding strategy
linux_module/palacios-vnet-brg.c
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/vnet_nic.c
palacios/src/palacios/vmm_halt.c
palacios/src/vnet/vnet_core.c