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.


QCOW2 block storage backend for Palacios
authorYang Yang and Weixiao Fu <geraint0923@gmail.com and weixiaofu2014@u.northwestern.edu>
Wed, 1 Apr 2015 20:57:51 +0000 (15:57 -0500)
committerAbhinav Kannan <abhinavkannan2013@u.northwestern.edu>
Wed, 1 Apr 2015 20:57:51 +0000 (15:57 -0500)
commita2c42ecf5c65f014a1a22b6a3fc3548482c4ec22
tree42eec1ebc49f59ede68850cb060d5303b7eff025
parentf2474c56a820b000ed444cb31c487d67aaf212c5
QCOW2 block storage backend for Palacios

This commit adds a new backend, qcowdisk, that allows
the use of QCOW2 format files as the storage for
virtual hard drives, cds, virtio block devices, etc.

- Backing stores are supported
- Snapshots are not supported
- Encryption is not supported
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/qcowdisk.c [new file with mode: 0644]
v3_config_guest.pl