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.


adding paravirtualized network device
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 4 Mar 2009 20:45:25 +0000 (14:45 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 4 Mar 2009 20:45:25 +0000 (14:45 -0600)
commita5347db03b69dc64ce283e67b624f63baa0c364e
tree7d29e9a96150009e4aaee78043011a68c2f27b41
parent2d2b2257674552601f1527cf2f6630fb1995f6c2
adding paravirtualized network device
palacios/include/devices/para_net.h [new file with mode: 0644]
palacios/include/devices/vnet.h [new file with mode: 0644]
palacios/src/devices/para_net.c [new file with mode: 0644]
palacios/src/devices/vnet.c [new file with mode: 0644]