qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
@ 2021-07-09 15:39 Eric Blake
  2021-07-09 15:39 ` [PATCH v2 1/3] iotests: Improve and rename test 291 to qemu-img-bitmap Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Eric Blake @ 2021-07-09 15:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, nsoffer, vsementsov, qemu-block

In v2:
- patch 1: clean up leftover file [Vladimir]
- patch 2: new, to fix badness with leaving corrupt destination on
  failed bitmap copy [Vladimir]
- patch 3: spell new option --skip-broken-bitmaps (note that --skip-broken
  as an abbreviation still works) [Vladimir]

Eric Blake (3):
  iotests: Improve and rename test 291 to qemu-img-bitmap
  qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap
  qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'

 docs/tools/qemu-img.rst                       |  8 ++-
 block/dirty-bitmap.c                          |  2 +-
 qemu-img.c                                    | 50 +++++++++++++--
 .../{291 => tests/qemu-img-bitmaps}           | 27 +++++++-
 .../{291.out => tests/qemu-img-bitmaps.out}   | 63 ++++++++++++++++++-
 5 files changed, 141 insertions(+), 9 deletions(-)
 rename tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} (82%)
 rename tests/qemu-iotests/{291.out => tests/qemu-img-bitmaps.out} (69%)

-- 
2.31.1



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

end of thread, other threads:[~2021-07-15 10:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-09 15:39 [PATCH v2 0/3] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps Eric Blake
2021-07-09 15:39 ` [PATCH v2 1/3] iotests: Improve and rename test 291 to qemu-img-bitmap Eric Blake
2021-07-09 21:09   ` Vladimir Sementsov-Ogievskiy
2021-07-10 17:48   ` Nir Soffer
2021-07-09 15:39 ` [PATCH v2 2/3] qemu-img: Fail fast on convert --bitmaps with inconsistent bitmap Eric Blake
2021-07-10 18:06   ` Nir Soffer
2021-07-13 17:48     ` Eric Blake
2021-07-13 18:39       ` Nir Soffer
2021-07-15 10:20   ` Vladimir Sementsov-Ogievskiy
2021-07-09 15:39 ` [PATCH v2 3/3] qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps' Eric Blake
2021-07-10 18:37   ` Nir Soffer
2021-07-13 17:52     ` Eric Blake
2021-07-13 19:16       ` Nir Soffer
2021-07-15 10:55   ` Vladimir Sementsov-Ogievskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).