]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/vhdx.h
hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false
[mirror_qemu.git] / block / vhdx.h
index b4a12a081e8ea5ead985a859e3e01c780c5a35c4..7003ab7a7951bd6ff3432d203966696db88352c4 100644 (file)
@@ -226,7 +226,8 @@ typedef struct QEMU_PACKED VHDXLogDataSector {
 #define PAYLOAD_BLOCK_NOT_PRESENT       0
 #define PAYLOAD_BLOCK_UNDEFINED         1
 #define PAYLOAD_BLOCK_ZERO              2
-#define PAYLOAD_BLOCK_UNMAPPED          5
+#define PAYLOAD_BLOCK_UNMAPPED          3
+#define PAYLOAD_BLOCK_UNMAPPED_v095     5
 #define PAYLOAD_BLOCK_FULLY_PRESENT     6
 #define PAYLOAD_BLOCK_PARTIALLY_PRESENT 7