qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/2] Let 'qemu-img convert --bitmaps' skip inconsistent bitma


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 0/2] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
Date: Fri, 9 Jul 2021 12:50:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

08.07.2021 04:29, Eric Blake wrote:
This is mostly a convenience factor as one could already use 'qemu-img
info' to learn which bitmaps are broken and then 'qemu-img bitmap
--remove' to nuke them before calling 'qemu-img convert --bitmaps',
but it does have the advantage that the copied file is usable without
extra efforts and the broken bitmap is not deleted from the source
file.

Eric Blake (2):
   iotests: Improve and rename test 291 to qemu-img-bitmap
   qemu-img: Add --skip-broken for 'convert --bitmaps'

  docs/tools/qemu-img.rst                       |  8 +++-
  block/dirty-bitmap.c                          |  2 +-
  qemu-img.c                                    | 20 +++++++-
  .../{291 => tests/qemu-img-bitmaps}           | 17 ++++++-
  .../{291.out => tests/qemu-img-bitmaps.out}   | 46 ++++++++++++++++++-
  5 files changed, 87 insertions(+), 6 deletions(-)
  rename tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} (88%)
  rename tests/qemu-iotests/{291.out => tests/qemu-img-bitmaps.out} (76%)


I've applied this onto your nbd branch. This doesn't apply on master.

--
Best regards,
Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]