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.


Restructure of direct host network bridge.
authorLei Xia <lxia@northwestern.edu>
Tue, 1 Nov 2011 02:42:19 +0000 (21:42 -0500)
committerLei Xia <lxia@northwestern.edu>
Tue, 1 Nov 2011 02:42:19 +0000 (21:42 -0500)
commit569dd1a9c3a3087ccfba3737fa1cc54d8e68e947
tree424793c4f4c6db35379b8f19f5d6fa0adf7a0514
parentebef9a2d1ef75c5c5f55f6ecd6a259ffd4b7461e
Restructure of direct host network bridge.
Now each VM's virtual NIC can be bridged to different host NIC, which can be configured in guest's XML file.
Remove host events for packet injecting, instead using call back function provided by palacios to inject packets
linux_module/iface-packet.c
palacios/include/interfaces/vmm_packet.h
palacios/include/palacios/vmm_host_events.h
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/nic_bridge.c
palacios/src/interfaces/vmm_packet.c
palacios/src/palacios/vmm_host_events.c