Re: [PATCH v3 1/6] iotests: Add extension names to qcow2.py dump

2020-06-02 Thread Vladimir Sementsov-Ogievskiy
01.06.2020 16:48, Andrey Shinkevich wrote: Header extension: Feature table magic 0x6803f857 length192 data The change incurs modification of the output in 031, 036 and 061 test cases. Signed-off-by: Andrey Shinkevich ---

Re: [PATCH v3 1/6] iotests: Add extension names to qcow2.py dump

2020-06-02 Thread Eric Blake
On 6/2/20 11:05 AM, Eric Blake wrote: [I hit send too soon...] +++ b/tests/qemu-iotests/qcow2.py @@ -6,19 +6,36 @@ import string   class QcowHeaderExtension: +    QCOW2_EXT_MAGIC_BACKING_FORMAT = 0xE2792ACA +    QCOW2_EXT_MAGIC_FEATURE_TABLE = 0x6803f857 Why the inconsistency between

Re: [PATCH v3 1/6] iotests: Add extension names to qcow2.py dump

2020-06-02 Thread Eric Blake
On 6/1/20 8:48 AM, Andrey Shinkevich wrote: Header extension: Feature table magic 0x6803f857 length192 data The change incurs modification of the output in 031, 036 and 061 test cases. Signed-off-by: Andrey Shinkevich ---

[PATCH v3 1/6] iotests: Add extension names to qcow2.py dump

2020-06-01 Thread Andrey Shinkevich
Header extension: Feature table magic 0x6803f857 length192 data The change incurs modification of the output in 031, 036 and 061 test cases. Signed-off-by: Andrey Shinkevich --- tests/qemu-iotests/031.out | 22