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.


Clean of virtio NIC, vnet-bridge code
authorLei Xia <lxia@northwestern.edu>
Wed, 16 Feb 2011 22:36:09 +0000 (16:36 -0600)
committerLei Xia <lxia@northwestern.edu>
Wed, 16 Feb 2011 22:36:09 +0000 (16:36 -0600)
commitb349b55150ada21d3f973bf9a2571f7fd7312c4f
treeef6e53aae08a4b077b1f2f36c9a2936bfdd1bea0
parent7cd8a847f6092d3e1c672aecc9f707d37f3dbd59
Clean of virtio NIC, vnet-bridge code
add RTL8139 virtual network device
palacios/include/palacios/vmm_ethernet.h
palacios/include/palacios/vmm_vnet.h
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/lnx_virtio_vnet.c
palacios/src/devices/rtl8139.c
palacios/src/devices/vnet_nic.c
palacios/src/palacios/vmm_packet.c