[PULL 0/3] parallels: report the stored dirty bitmaps in qemu-img info

Denis V. Lunev posted 3 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260915114258.3862446-1-den@openvz.org
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, "Denis V. Lunev" <den@openvz.org>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
block/parallels-ext.c                         |  26 +++
block/parallels.c                             |  20 +++
block/parallels.h                             |   3 +
qapi/block-core.json                          |  45 +++++-
tests/qemu-iotests/tests/parallels-bitmap     | 217 +++++++++++++++++++++++++-
tests/qemu-iotests/tests/parallels-bitmap.out |  57 +++++++
tests/qemu-iotests/tests/parallels-checks     |   6 +
tests/qemu-iotests/tests/parallels-checks.out |  19 +++
8 files changed, 390 insertions(+), 3 deletions(-)
[PULL 0/3] parallels: report the stored dirty bitmaps in qemu-img info
Posted by Denis V. Lunev 1 week, 4 days ago
The following changes since commit 5f664cd37aec17e8145aa117d8da68f507edc8f1:

  Merge tag 'ui-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-09-13 15:54:17 -1000)

are available in the Git repository at:

  https://gitlab.com/dlunev/qemu.git tags/pull-parallels-2026-09-15

for you to fetch changes up to ba48db334ba3ae0b89015583057468e127cb903c:

  iotests: cover the qemu-img bitmap operations on parallels (2026-09-15 13:30:29 +0200)

----------------------------------------------------------------
parallels patches

- report the stored dirty bitmaps in qemu-img info, the way qcow2
  reports its bitmap directory
- cover storing a bitmap and the qemu-img bitmap operations in the
  parallels iotests

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Stefan Hajnoczi <stefanha@redhat.com>

----------------------------------------------------------------
Denis V. Lunev (3):
      parallels: report the stored dirty bitmaps in qemu-img info
      iotests: cover storing a parallels dirty bitmap
      iotests: cover the qemu-img bitmap operations on parallels

 block/parallels-ext.c                         |  26 +++
 block/parallels.c                             |  20 +++
 block/parallels.h                             |   3 +
 qapi/block-core.json                          |  45 +++++-
 tests/qemu-iotests/tests/parallels-bitmap     | 217 +++++++++++++++++++++++++-
 tests/qemu-iotests/tests/parallels-bitmap.out |  57 +++++++
 tests/qemu-iotests/tests/parallels-checks     |   6 +
 tests/qemu-iotests/tests/parallels-checks.out |  19 +++
 8 files changed, 390 insertions(+), 3 deletions(-)

-- 
2.53.0
Re: [PULL 0/3] parallels: report the stored dirty bitmaps in qemu-img info
Posted by Richard Henderson 1 week, 4 days ago
On 9/15/26 01:42, Denis V. Lunev wrote:
> The following changes since commit 5f664cd37aec17e8145aa117d8da68f507edc8f1:
> 
>    Merge tag 'ui-pr-v1' ofhttps://gitlab.com/marcandre.lureau/qemu into staging (2026-09-13 15:54:17 -1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/dlunev/qemu.git tags/pull-parallels-2026-09-15
> 
> for you to fetch changes up to ba48db334ba3ae0b89015583057468e127cb903c:
> 
>    iotests: cover the qemu-img bitmap operations on parallels (2026-09-15 13:30:29 +0200)
> 
> ----------------------------------------------------------------
> parallels patches
> 
> - report the stored dirty bitmaps in qemu-img info, the way qcow2
>    reports its bitmap directory
> - cover storing a bitmap and the qemu-img bitmap operations in the
>    parallels iotests
> 
> Signed-off-by: Denis V. Lunev<den@openvz.org>
> CC: Stefan Hajnoczi<stefanha@redhat.com>

Applied, thanks.

r~