All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] qcow2: add keep-dirty open option
@ 2022-01-20 16:20 Vladimir Sementsov-Ogievskiy
  2022-01-20 16:20 ` [PATCH 1/2] " Vladimir Sementsov-Ogievskiy
  2022-01-20 16:20 ` [PATCH 2/2] iotests: add qcow2-keep-dirty Vladimir Sementsov-Ogievskiy
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2022-01-20 16:20 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, armbru, eblake, hreitz, kwolf, vsementsov, den,
	ktkhai, igor

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-27 10:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 16:20 [PATCH 0/2] qcow2: add keep-dirty open option Vladimir Sementsov-Ogievskiy
2022-01-20 16:20 ` [PATCH 1/2] " Vladimir Sementsov-Ogievskiy
2022-01-27  9:43   ` Kirill Tkhai
2022-01-27  9:52     ` Vladimir Sementsov-Ogievskiy
2022-01-20 16:20 ` [PATCH 2/2] iotests: add qcow2-keep-dirty Vladimir Sementsov-Ogievskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.