Re: [PATCH v5 08/13] qcow2_format.py: separate generic functionality of structure classes

2020-06-08 Thread Eric Blake
On 6/6/20 3:18 AM, Vladimir Sementsov-Ogievskiy wrote: We are going to introduce more Qcow2 structure types, defined like QcowHeader. Move generic functionality into base class to be reused for further structure classes. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Andrey Shinkevich

[PATCH v5 08/13] qcow2_format.py: separate generic functionality of structure classes

2020-06-06 Thread Vladimir Sementsov-Ogievskiy
We are going to introduce more Qcow2 structure types, defined like QcowHeader. Move generic functionality into base class to be reused for further structure classes. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Andrey Shinkevich --- tests/qemu-iotests/qcow2_format.py | 101 +