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:49:52 +0000 (21:49 -0500)
committerLei Xia <lxia@northwestern.edu>
Tue, 1 Nov 2011 02:49:52 +0000 (21:49 -0500)
commit9a32111c4074aafd55cd9590a24bd5c751a6fe61
tree3bbffc27be2512721df2bfd711bbf421c2319d0a
parent3e31ab96d49dcd604f85f9f81a7acc37a43ef036
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