mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
qcow2: QcowHeaderExtension print names for extension magics
Suggested-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20200606081806.23897-13-vsementsov@virtuozzo.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
a9e750e1ce
commit
aef87784f9
4 changed files with 36 additions and 21 deletions
|
@ -25,7 +25,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
@ -83,7 +83,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
@ -139,7 +139,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
@ -194,7 +194,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
@ -263,7 +263,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
@ -325,7 +325,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
@ -354,7 +354,7 @@ refcount_order 4
|
|||
header_length 112
|
||||
|
||||
Header extension:
|
||||
magic 0x6803f857
|
||||
magic 0x6803f857 (Feature table)
|
||||
length 336
|
||||
data <binary>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue