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.


updated the block device interfaces to be more generic, and have the virtio block...
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 31 Jul 2009 05:15:56 +0000 (00:15 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 31 Jul 2009 05:15:56 +0000 (00:15 -0500)
commit942df9bb1e2570764d24c74f797247536639502e
tree245aa9a10aab7ce7419164e185f1dc33996e2181
parent57164c930523141c4ef53782de214d2a9f468269
updated the block device interfaces to be more generic, and have the virtio block device just about working.
13 files changed:
palacios/include/devices/block_dev.h [new file with mode: 0644]
palacios/include/devices/ide.h
palacios/include/devices/lnx_virtio_blk.h [new file with mode: 0644]
palacios/include/devices/lnx_virtio_pci.h
palacios/src/devices/ata.h
palacios/src/devices/ide.c
palacios/src/devices/lnx_virtio_blk.c
palacios/src/devices/net_cd.c
palacios/src/devices/net_hd.c
palacios/src/devices/ram_cd.c
palacios/src/devices/ram_hd.c
palacios/src/devices/sym_swap.c
palacios/src/palacios/vmm_config.c