[PULL 0/1] bitmaps patches for 2020-09-21

Eric Blake posted 1 patch 3 years, 6 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200922010335.1578850-1-eblake@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
qemu-img.c                 | 11 ++++++---
tests/qemu-iotests/291     | 12 ++++++++++
tests/qemu-iotests/291.out | 56 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 76 insertions(+), 3 deletions(-)
[PULL 0/1] bitmaps patches for 2020-09-21
Posted by Eric Blake 3 years, 6 months ago
The following changes since commit 5df6c87e8080e0021e975c8387baa20cfe43c932:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-09-21 17:41:32 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-09-21

for you to fetch changes up to 14f16bf9474c860ecc127a66a86961942319f7af:

  qemu-img: Support bitmap --merge into backing image (2020-09-21 17:01:09 -0500)

----------------------------------------------------------------
bitmaps patches for 2020-09-21

- Eric Blake: Improve 'qemu-img bitmap --merge' by not opening backing images

----------------------------------------------------------------
Eric Blake (1):
      qemu-img: Support bitmap --merge into backing image

 qemu-img.c                 | 11 ++++++---
 tests/qemu-iotests/291     | 12 ++++++++++
 tests/qemu-iotests/291.out | 56 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+), 3 deletions(-)
The following changes since commit 5df6c87e8080e0021e975c8387baa20cfe43c932:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-09-21 17:41:32 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-09-21

for you to fetch changes up to 14f16bf9474c860ecc127a66a86961942319f7af:

  qemu-img: Support bitmap --merge into backing image (2020-09-21 17:01:09 -0500)

----------------------------------------------------------------
bitmaps patches for 2020-09-21

- Eric Blake: Improve 'qemu-img bitmap --merge' by not opening backing images

----------------------------------------------------------------
Eric Blake (1):
      qemu-img: Support bitmap --merge into backing image

 qemu-img.c                 | 11 ++++++---
 tests/qemu-iotests/291     | 12 ++++++++++
 tests/qemu-iotests/291.out | 56 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+), 3 deletions(-)

-- 
2.28.0


Re: [PULL 0/1] bitmaps patches for 2020-09-21
Posted by Peter Maydell 3 years, 6 months ago
On Tue, 22 Sep 2020 at 02:06, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 5df6c87e8080e0021e975c8387baa20cfe43c932:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-09-21 17:41:32 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-09-21
>
> for you to fetch changes up to 14f16bf9474c860ecc127a66a86961942319f7af:
>
>   qemu-img: Support bitmap --merge into backing image (2020-09-21 17:01:09 -0500)
>
> ----------------------------------------------------------------
> bitmaps patches for 2020-09-21
>
> - Eric Blake: Improve 'qemu-img bitmap --merge' by not opening backing images
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM