]> git.proxmox.com Git - qemu.git/blobdiff - qapi-schema.json
qemu-img: add compressed clusters to BlockFragInfo
[qemu.git] / qapi-schema.json
index c20725c7f7c379694388b7afcf90fe56f60f883d..28b070f16bb560d0f64203dc0900e4bb406e516c 100644 (file)
 #                       field is present if the driver for the image format
 #                       supports it
 #
+# @compressed-clusters: #optional total number of compressed clusters, this
+#                       field is present if the driver for the image format
+#                       supports it
+#
 # Since: 1.4
 #
 ##
            '*image-end-offset': 'int', '*corruptions': 'int', '*leaks': 'int',
            '*corruptions-fixed': 'int', '*leaks-fixed': 'int',
            '*total-clusters': 'int', '*allocated-clusters': 'int',
-           '*fragmented-clusters': 'int' } }
+           '*fragmented-clusters': 'int', '*compressed-clusters': 'int' } }
 
 ##
 # @StatusInfo: