Re: [PATCH v7 3/9] qcow2_format.py: make printable data an extension class member

2020-06-15 Thread Vladimir Sementsov-Ogievskiy
12.06.2020 03:04, Andrey Shinkevich wrote: Let us differ binary data type from string one for the extension data variable and keep the string as the QcowHeaderExtension class member. Keep my r-b, but I just want to note, that I missed, what is the actual aim of this change.. Signed-off-by:

[PATCH v7 3/9] qcow2_format.py: make printable data an extension class member

2020-06-11 Thread Andrey Shinkevich
Let us differ binary data type from string one for the extension data variable and keep the string as the QcowHeaderExtension class member. Signed-off-by: Andrey Shinkevich Reviewed-by: Eric Blake Reviewed-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/qcow2_format.py | 14 ---