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 f08d5b2..2654818 100644 (file)
@@ -100,6 +100,19 @@ config DEBUG_PIT
        help 
          Enable debugging for the PIT  
 
+config HPET
+    bool "HPET"
+    default n
+    help
+      Includes the High-Precision Event Timer Device
+
+config DEBUG_HPET
+    bool "HPET debugging"
+    depends on HPET && DEBUG_ON
+    help
+      Enable debugging for the HPET
+
+
 config I440FX
        bool "i440fx Northbridge"
        depends on PCI
@@ -236,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