mbox

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

Message ID 20200922010335.1578850-1-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Eric Blake Sept. 22, 2020, 1:03 a.m. UTC
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(-)

Comments

Peter Maydell Sept. 23, 2020, 3:48 p.m. UTC | #1
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