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 Virtio Network device and add virio_net config option
authorLei Xia <lxia@northwestern.edu>
Tue, 1 Dec 2009 05:40:40 +0000 (23:40 -0600)
committerLei Xia <lxia@northwestern.edu>
Tue, 1 Dec 2009 05:40:40 +0000 (23:40 -0600)
commit9f239e337227351e9440d9d3b174bb37942ceebe
tree364f357c987991a8dbb9530e245c7f7900411d99
parent8f7ca44fc807d2e015c135153ee631ef2001fe30
Add Virtio Network device and add virio_net config option
Kconfig
palacios/include/devices/lnx_virtio_nic.h [new file with mode: 0644]
palacios/src/devices/Makefile
palacios/src/devices/lnx_virtio_nic.c [new file with mode: 0644]