Re: [PATCH v9 00/10] iotests: Dump QCOW2 dirty bitmaps metadata

2020-07-13 Thread Andrey Shinkevich
On 13.07.2020 15:41, Eric Blake wrote: On 7/13/20 2:27 AM, Andrey Shinkevich wrote: Add dirty bitmap information to QCOW2 metadata dump in the qcow2_format.py. v9:    01: In patch 0003, removed explicit constructor in the class Qcow2BitmapExt.    02: In patch 0004, the format string was chan

Re: [PATCH v9 00/10] iotests: Dump QCOW2 dirty bitmaps metadata

2020-07-13 Thread Eric Blake
On 7/13/20 2:27 AM, Andrey Shinkevich wrote: Add dirty bitmap information to QCOW2 metadata dump in the qcow2_format.py. v9: 01: In patch 0003, removed explicit constructor in the class Qcow2BitmapExt. 02: In patch 0004, the format string was changed. Andrey Shinkevich (10): qcow2:

[PATCH v9 00/10] iotests: Dump QCOW2 dirty bitmaps metadata

2020-07-13 Thread Andrey Shinkevich
Add dirty bitmap information to QCOW2 metadata dump in the qcow2_format.py. v9: 01: In patch 0003, removed explicit constructor in the class Qcow2BitmapExt. 02: In patch 0004, the format string was changed. Andrey Shinkevich (10): qcow2: Fix capitalization of header extension constant.