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 Virtual PCI and Virtual NIC
authorLei Xia <lxia@northwestern.edu>
Tue, 3 Mar 2009 20:38:56 +0000 (14:38 -0600)
committerLei Xia <lxia@northwestern.edu>
Tue, 3 Mar 2009 20:38:56 +0000 (14:38 -0600)
commitd81740cae7d1ebf42b080cba893500cec39a8a03
treeef7b2b8bf6cfce02bd39fae600cb159976b4bd6a
parent2166b2c5f57341f9674821c4b2af0de607f63c2f
Add Virtual PCI and Virtual NIC
palacios/build/Makefile
palacios/include/devices/vnic.h [new file with mode: 0644]
palacios/include/devices/vpci.h [new file with mode: 0644]
palacios/include/palacios/vmm.h
palacios/src/devices/vnic.c [new file with mode: 0644]
palacios/src/devices/vpci.c [new file with mode: 0644]