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 initial VirtIO and symbiotic swap devices
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 23 Jul 2009 21:14:46 +0000 (16:14 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 23 Jul 2009 21:14:46 +0000 (16:14 -0500)
commit2e8b584de26a975655d20d5e94a047a4b286b339
treee912e7337a538317f5e6d7c782ae45cf3f3c79db
parenta1d3e2f36e9ef64ca62c611c4f0aa050726e186b
added initial VirtIO and symbiotic swap devices
moved the pci class/subclass IDs
palacios/build/Makefile
palacios/include/devices/lnx_virtio.h [new file with mode: 0644]
palacios/include/devices/pci.h
palacios/include/devices/pci_types.h
palacios/include/devices/sym_swap.h [new file with mode: 0644]
palacios/include/palacios/vmm.h
palacios/src/devices/lnx_virtio_blk.c [new file with mode: 0644]
palacios/src/devices/piix3.c
palacios/src/devices/sym_swap.c [new file with mode: 0644]