X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=2654818ccd5ab2baf504833591a0493d396c6890;hp=da55c11cd452456c92299bf7f1da95b07aeb2800;hb=a2c42ecf5c65f014a1a22b6a3fc3548482c4ec22;hpb=f2474c56a820b000ed444cb31c487d67aaf212c5 diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index da55c11..2654818 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -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