[PATCH 0/2] qcow2: add keep-dirty open option

Vladimir Sementsov-Ogievskiy posted 2 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220120162043.2693196-1-vsementsov@virtuozzo.com
Maintainers: Hanna Reitz <hreitz@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
qapi/block-core.json                          |   5 +
block/qcow2.h                                 |   2 +
block/qcow2.c                                 |  66 +++++++++--
tests/qemu-iotests/tests/qcow2-keep-dirty     | 104 ++++++++++++++++++
tests/qemu-iotests/tests/qcow2-keep-dirty.out |  34 ++++++
5 files changed, 199 insertions(+), 12 deletions(-)
create mode 100755 tests/qemu-iotests/tests/qcow2-keep-dirty
create mode 100644 tests/qemu-iotests/tests/qcow2-keep-dirty.out
[PATCH 0/2] qcow2: add keep-dirty open option
Posted by Vladimir Sementsov-Ogievskiy 2 years, 3 months ago
Hi all! Here is suggestion of a new option which we need for our
developments in Virtuozzo.

For details look at patch 01.

Vladimir Sementsov-Ogievskiy (2):
  qcow2: add keep-dirty open option
  iotests: add qcow2-keep-dirty

 qapi/block-core.json                          |   5 +
 block/qcow2.h                                 |   2 +
 block/qcow2.c                                 |  66 +++++++++--
 tests/qemu-iotests/tests/qcow2-keep-dirty     | 104 ++++++++++++++++++
 tests/qemu-iotests/tests/qcow2-keep-dirty.out |  34 ++++++
 5 files changed, 199 insertions(+), 12 deletions(-)
 create mode 100755 tests/qemu-iotests/tests/qcow2-keep-dirty
 create mode 100644 tests/qemu-iotests/tests/qcow2-keep-dirty.out

-- 
2.31.1