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.


added network block backends
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 26 May 2009 22:15:20 +0000 (17:15 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 26 May 2009 22:15:20 +0000 (17:15 -0500)
commitd885ccd3aacee8aaad051576839a5de545c79bdc
tree26dddeca3dfe51f9fe05205ec3caa1a8885fe184
parent730f079d12b4a7f7786fe059dc964f71107c6af0
added network block backends
palacios/include/devices/net_cd.h [new file with mode: 0644]
palacios/include/devices/net_hd.h [new file with mode: 0644]
palacios/src/devices/net_cd.c [new file with mode: 0644]
palacios/src/devices/net_hd.c [new file with mode: 0644]