[PULL 0/3] block bitmaps patches for rc1, 2021-07-21

Eric Blake posted 3 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210721194729.648763-1-eblake@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
docs/tools/qemu-img.rst                            |  8 ++-
block/dirty-bitmap.c                               |  2 +-
qemu-img.c                                         | 50 ++++++++++++++--
tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} | 34 ++++++++++-
.../{291.out => tests/qemu-img-bitmaps.out}        | 67 +++++++++++++++++++++-
5 files changed, 152 insertions(+), 9 deletions(-)
rename tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} (79%)
rename tests/qemu-iotests/{291.out => tests/qemu-img-bitmaps.out} (70%)
[PULL 0/3] block bitmaps patches for rc1, 2021-07-21
Posted by Eric Blake 2 years, 9 months ago
The following changes since commit e77c8b8b8e933414ef07dbed04e02973fccffeb0:

  Update version for v6.1.0-rc0 release (2021-07-21 17:10:15 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2021-07-21

for you to fetch changes up to 955171e4417bf39edb5503e694501e082a757731:

  qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps' (2021-07-21 14:14:41 -0500)

----------------------------------------------------------------
block bitmaps patches for 2021-07-21

- fix 'qemu-img convert --bitmaps' handling of qcow2 files with
  inconsistent bitmaps

----------------------------------------------------------------
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 ++++++++++++++--
 tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} | 34 ++++++++++-
 .../{291.out => tests/qemu-img-bitmaps.out}        | 67 +++++++++++++++++++++-
 5 files changed, 152 insertions(+), 9 deletions(-)
 rename tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} (79%)
 rename tests/qemu-iotests/{291.out => tests/qemu-img-bitmaps.out} (70%)

-- 
2.31.1


Re: [PULL 0/3] block bitmaps patches for rc1, 2021-07-21
Posted by Peter Maydell 2 years, 9 months ago
On Wed, 21 Jul 2021 at 20:49, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit e77c8b8b8e933414ef07dbed04e02973fccffeb0:
>
>   Update version for v6.1.0-rc0 release (2021-07-21 17:10:15 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2021-07-21
>
> for you to fetch changes up to 955171e4417bf39edb5503e694501e082a757731:
>
>   qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps' (2021-07-21 14:14:41 -0500)
>
> ----------------------------------------------------------------
> block bitmaps patches for 2021-07-21
>
> - fix 'qemu-img convert --bitmaps' handling of qcow2 files with
>   inconsistent bitmaps
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM