[PULL 0/2] bitmaps patches for -rc3, 2020-08-03

Eric Blake posted 2 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200803141147.88923-1-eblake@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
block/qcow2-bitmap.c       | 23 ++++++++++++++---
tests/qemu-iotests/169     | 64 +++++++++++++++++++++++++++++++++++++++++++++-
tests/qemu-iotests/169.out |  4 +--
3 files changed, 84 insertions(+), 7 deletions(-)
[PULL 0/2] bitmaps patches for -rc3, 2020-08-03
Posted by Eric Blake 3 years, 8 months ago
The following changes since commit 6c5dfc9ccb643a0d50fdec9f10806b14960571d1:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-08-03' into staging (2020-08-03 12:21:57 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-08-03

for you to fetch changes up to edadc99a2ee90daeaaf4fba21d623ec8efe7c8e6:

  iotests/169: Test source cont with backing bmap (2020-08-03 08:59:37 -0500)

----------------------------------------------------------------
bitmaps patches for 2020-08-03

- fix bitmap migration involving read-only bitmap from backing chain

----------------------------------------------------------------
Max Reitz (2):
      qcow2: Release read-only bitmaps when inactivated
      iotests/169: Test source cont with backing bmap

 block/qcow2-bitmap.c       | 23 ++++++++++++++---
 tests/qemu-iotests/169     | 64 +++++++++++++++++++++++++++++++++++++++++++++-
 tests/qemu-iotests/169.out |  4 +--
 3 files changed, 84 insertions(+), 7 deletions(-)

-- 
2.28.0


Re: [PULL 0/2] bitmaps patches for -rc3, 2020-08-03
Posted by Peter Maydell 3 years, 8 months ago
On Mon, 3 Aug 2020 at 15:13, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 6c5dfc9ccb643a0d50fdec9f10806b14960571d1:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-08-03' into staging (2020-08-03 12:21:57 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-08-03
>
> for you to fetch changes up to edadc99a2ee90daeaaf4fba21d623ec8efe7c8e6:
>
>   iotests/169: Test source cont with backing bmap (2020-08-03 08:59:37 -0500)
>
> ----------------------------------------------------------------
> bitmaps patches for 2020-08-03
>
> - fix bitmap migration involving read-only bitmap from backing chain
>


Applied, thanks.

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

-- PMM