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
[palacios.git] / palacios / src / devices / Kconfig
index da55c11..2654818 100644 (file)
@@ -249,6 +249,19 @@ config DEBUG_FILEDISK
        help 
          Enable debugging for the file based disk backend      
 
+config QCOWDISK
+       bool "QCOWDISK storage backend"
+       default y
+       depends on FILE && (IDE || LINUX_VIRTIO_BLOCK)
+       help
+         Includes the QEMU QCOW2 file-based disk backend
+
+config DEBUG_QCOWDISK
+       bool "QCOWDISK backend debugging"
+       depends on QCOWDISK && DEBUG_ON
+       help 
+         Enable debugging for the QEMU QCOW2-based disk backend        
+
 config NETDISK
        bool "NETDISK storage backend"
        default y