diff options
| author | Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> | 2020-07-17 11:14:49 +0300 |
|---|---|---|
| committer | Eric Blake <eblake@redhat.com> | 2020-07-27 15:39:58 -0500 |
| commit | 8098969cf2f0acb794b69bd63ee90c9173b6122c (patch) | |
| tree | 90953c3c84c3b46697b5353f9f51e2be81f35a8e /docs/interop | |
| parent | 9303ecb658a0194560d1eecde165a1511223c2d8 (diff) | |
| download | focaccia-qemu-8098969cf2f0acb794b69bd63ee90c9173b6122c.tar.gz focaccia-qemu-8098969cf2f0acb794b69bd63ee90c9173b6122c.zip | |
qcow2: Fix capitalization of header extension constant.
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>
Diffstat (limited to 'docs/interop')
| -rw-r--r-- | docs/interop/qcow2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/qcow2.txt b/docs/interop/qcow2.txt index cb723463f2..f072e27900 100644 --- a/docs/interop/qcow2.txt +++ b/docs/interop/qcow2.txt @@ -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 |