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.


add backend device for direct host network bridge
authorLei Xia <lxia@northwestern.edu>
Mon, 22 Nov 2010 02:24:28 +0000 (20:24 -0600)
committerLei Xia <lxia@northwestern.edu>
Mon, 22 Nov 2010 02:24:28 +0000 (20:24 -0600)
commitbc5ee3e07affac4810227d61c407011c05298518
treed1d26995bcad8c880053c6c1388becc7afd90596
parent5759b7f644b659d0dbde6f5a7e21a88514cbe32d
add backend device for direct host network bridge
palacios/include/palacios/vmm_packet.h
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/nic_bridge.c [new file with mode: 0644]
palacios/src/palacios/vmm_packet.c