[Qemu-devel] [PULL 0/3] Block patches for 2.10-rc0

Max Reitz posted 3 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170725151233.26077-1-mreitz@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
block/qcow.c               | 5 +++--
block/qcow2-bitmap.c       | 4 ++++
block/qcow2.c              | 7 ++++---
tests/qemu-iotests/186.out | 6 +++---
4 files changed, 14 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/3] Block patches for 2.10-rc0
Posted by Max Reitz 6 years, 9 months ago
The following changes since commit 4c4414a4388f902b7ae2814f9a64898dd0e426a5:

  hw/display/sm501: Don't use vmstate_register_ram_global() (2017-07-25 13:04:28 +0100)

are available in the git repository at:

  git://github.com/XanClic/qemu.git tags/pull-block-2017-07-25

for you to fetch changes up to bd998d7cc8ced211def90e4225042d63dddecc54:

  qemu-iotests: Fix reference output for 186 (2017-07-25 16:33:58 +0200)

----------------------------------------------------------------
Block patches for 2.10-rc0

----------------------------------------------------------------
Daniel P. Berrange (1):
  qcow: fix memory leaks related to encryption

Kevin Wolf (1):
  qemu-iotests: Fix reference output for 186

Vladimir Sementsov-Ogievskiy (1):
  qcow2-bitmap: fix bitmap_free

 block/qcow.c               | 5 +++--
 block/qcow2-bitmap.c       | 4 ++++
 block/qcow2.c              | 7 ++++---
 tests/qemu-iotests/186.out | 6 +++---
 4 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.9.4


Re: [Qemu-devel] [PULL 0/3] Block patches for 2.10-rc0
Posted by Peter Maydell 6 years, 9 months ago
On 25 July 2017 at 16:12, Max Reitz <mreitz@redhat.com> wrote:
> The following changes since commit 4c4414a4388f902b7ae2814f9a64898dd0e426a5:
>
>   hw/display/sm501: Don't use vmstate_register_ram_global() (2017-07-25 13:04:28 +0100)
>
> are available in the git repository at:
>
>   git://github.com/XanClic/qemu.git tags/pull-block-2017-07-25
>
> for you to fetch changes up to bd998d7cc8ced211def90e4225042d63dddecc54:
>
>   qemu-iotests: Fix reference output for 186 (2017-07-25 16:33:58 +0200)
>
> ----------------------------------------------------------------
> Block patches for 2.10-rc0
>
> ----------------------------------------------------------------
> Daniel P. Berrange (1):
>   qcow: fix memory leaks related to encryption
>
> Kevin Wolf (1):
>   qemu-iotests: Fix reference output for 186
>
> Vladimir Sementsov-Ogievskiy (1):
>   qcow2-bitmap: fix bitmap_free
>
>  block/qcow.c               | 5 +++--
>  block/qcow2-bitmap.c       | 4 ++++
>  block/qcow2.c              | 7 ++++---
>  tests/qemu-iotests/186.out | 6 +++---
>  4 files changed, 14 insertions(+), 8 deletions(-)

Applied, thanks.

-- PMM