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

Andrey Shinkevich posted 10 patches 5 years, 4 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1594676203-436999-1-git-send-email-andrey.shinkevich@virtuozzo.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
block/qcow2.c                      |   2 +-
docs/interop/qcow2.txt             |   2 +-
tests/qemu-iotests/qcow2.py        |  19 +++-
tests/qemu-iotests/qcow2_format.py | 223 +++++++++++++++++++++++++++++++++----
5 files changed, 218 insertions(+), 28 deletions(-)
[PATCH v10 00/10] iotests: Dump QCOW2 dirty bitmaps metadata
Posted by Andrey Shinkevich 5 years, 4 months ago
Add dirty bitmap information to QCOW2 metadata dump in the qcow2_format.py.

v10:
  01: The modification of the 291.out was removed.
  02: Qcow2BitmapExt modified to take control over file cursor position while
      reading the bitmap extension data from the file (suggested by Vladimir).
  03: The format string for bitmap flags output modified
      (suggested by Vladimir).

Andrey Shinkevich (10):
  qcow2: Fix capitalization of header extension constant.
  qcow2_format.py: make printable data an extension class member
  qcow2_format.py: change Qcow2BitmapExt initialization method
  qcow2_format.py: dump bitmap flags in human readable way.
  qcow2_format.py: Dump bitmap directory information
  qcow2_format.py: pass cluster size to substructures
  qcow2_format.py: Dump bitmap table serialized entries
  qcow2.py: Introduce '-j' key to dump in JSON format
  qcow2_format.py: collect fields to dump in JSON format
  qcow2_format.py: support dumping metadata in JSON format

 block/qcow2.c                      |   2 +-
 docs/interop/qcow2.txt             |   2 +-
 tests/qemu-iotests/qcow2.py        |  19 +++-
 tests/qemu-iotests/qcow2_format.py | 223 +++++++++++++++++++++++++++++++++----
 5 files changed, 218 insertions(+), 28 deletions(-)

-- 
1.8.3.1