]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qcow2: Fix capitalization of header extension constant.
authorAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Fri, 17 Jul 2020 08:14:49 +0000 (11:14 +0300)
committerEric Blake <eblake@redhat.com>
Mon, 27 Jul 2020 20:39:58 +0000 (15:39 -0500)
Make the capitalization of the hexadecimal numbers consistent for the
QCOW2 header extension constants in docs/interop/qcow2.txt.

Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <1594973699-781898-2-git-send-email-andrey.shinkevich@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
block/qcow2.c
docs/interop/qcow2.txt

index fadf3422f8c5630414b0455f87d0565717ecb421..6ad6bdc166ea4b05f08980816c603ecd188a1f8a 100644 (file)
@@ -66,7 +66,7 @@ typedef struct {
 } QEMU_PACKED QCowExtension;
 
 #define  QCOW2_EXT_MAGIC_END 0
-#define  QCOW2_EXT_MAGIC_BACKING_FORMAT 0xE2792ACA
+#define  QCOW2_EXT_MAGIC_BACKING_FORMAT 0xe2792aca
 #define  QCOW2_EXT_MAGIC_FEATURE_TABLE 0x6803f857
 #define  QCOW2_EXT_MAGIC_CRYPTO_HEADER 0x0537be77
 #define  QCOW2_EXT_MAGIC_BITMAPS 0x23852875
index cb723463f241bc94cd97a490b235f4a48ac5ead6..f072e27900e668f79cb1bf678009d98762d80e50 100644 (file)
@@ -231,7 +231,7 @@ be stored. Each extension has a structure like the following:
 
     Byte  0 -  3:   Header extension type:
                         0x00000000 - End of the header extension area
-                        0xE2792ACA - Backing file format name string
+                        0xe2792aca - Backing file format name string
                         0x6803f857 - Feature name table
                         0x23852875 - Bitmaps extension
                         0x0537be77 - Full disk encryption header pointer