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.


Minor fix on virtio network device config
authorLei Xia <lxia@northwestern.edu>
Sun, 21 Nov 2010 17:02:54 +0000 (11:02 -0600)
committerLei Xia <lxia@northwestern.edu>
Sun, 21 Nov 2010 17:02:54 +0000 (11:02 -0600)
commit5759b7f644b659d0dbde6f5a7e21a88514cbe32d
treeb1e977627d7fc19fb3a2bec1c3a2d786f07a3d57
parent11d720fc1423409ceb24e0b970ae6f7199912152
Minor fix on virtio network device config

raw packet interface implementation
Kconfig
palacios/include/palacios/vmm_packet.h
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/vnet_nic.c
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_packet.c [new file with mode: 0644]