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.


change poll mode for each VNET device
authorLei Xia <lxia@northwestern.edu>
Thu, 18 Aug 2011 03:38:58 +0000 (22:38 -0500)
committerLei Xia <lxia@northwestern.edu>
Thu, 18 Aug 2011 03:38:58 +0000 (22:38 -0500)
commit020108512c01b113a5e8cca88a8facdc5ba5488a
tree4686d631d20e970d2583a15a56b24828953c961b
parent1d5e0fcea2007c9f068cded1e98d17c80a306a19
change poll mode for each VNET device
remove VNET global queue for packet forwarding, instead, each frontend device
that uses VNET as backend packet forward should maintain its own separate queue,
and provides poll callback function for VNET.
linux_module/palacios-vnet-brg.c
palacios/include/palacios/vmm_dev_mgr.h
palacios/include/vnet/vnet.h
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/vnet_nic.c
palacios/src/vnet/vnet_core.c