[PATCH v2 0/3] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps

Eric Blake posted 3 patches 2 years, 9 months ago
Failed in applying to current master (apply log)
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%)
[PATCH v2 0/3] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
Posted by Eric Blake 2 years, 9 months ago
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