[PULL 0/2] Block jobs patches

Vladimir Sementsov-Ogievskiy posted 2 patches 1 month, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260212090801.999731-1-vsementsov@yandex-team.ru
Maintainers: John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block/mirror.c             |  9 ++++++---
tests/qemu-iotests/151     | 20 ++++++++++++++++++++
tests/qemu-iotests/151.out |  4 ++--
3 files changed, 28 insertions(+), 5 deletions(-)
[PULL 0/2] Block jobs patches
Posted by Vladimir Sementsov-Ogievskiy 1 month, 4 weeks ago
The following changes since commit 44dba5a0c86fff68fdd013c29bba81d5a1e32825:

  Merge tag 'pull-tpm-2026-02-10-1' of https://github.com/stefanberger/qemu-tpm into staging (2026-02-11 15:12:50 +0000)

are available in the Git repository at:

  https://gitlab.com/vsementsov/qemu.git tags/pull-block-jobs-2026-02-12

for you to fetch changes up to 267d7ae99a1d3b5be9d3421db3bdf651cc18c7ab:

  iotests: test active mirror with unaligned, small write zeroes op (2026-02-12 11:38:18 +0300)

----------------------------------------------------------------
block: mirror: fix zero bitmap handling

----------------------------------------------------------------
Fiona Ebner (2):
      block/mirror: check range when setting zero bitmap for sync write
      iotests: test active mirror with unaligned, small write zeroes op

 block/mirror.c             |  9 ++++++---
 tests/qemu-iotests/151     | 20 ++++++++++++++++++++
 tests/qemu-iotests/151.out |  4 ++--
 3 files changed, 28 insertions(+), 5 deletions(-)

Fiona Ebner (2):
  block/mirror: check range when setting zero bitmap for sync write
  iotests: test active mirror with unaligned, small write zeroes op

 block/mirror.c             |  9 ++++++---
 tests/qemu-iotests/151     | 20 ++++++++++++++++++++
 tests/qemu-iotests/151.out |  4 ++--
 3 files changed, 28 insertions(+), 5 deletions(-)

-- 
2.52.0
Re: [PULL 0/2] Block jobs patches
Posted by Peter Maydell 1 month, 4 weeks ago
On Thu, 12 Feb 2026 at 09:08, Vladimir Sementsov-Ogievskiy
<vsementsov@yandex-team.ru> wrote:
>
> The following changes since commit 44dba5a0c86fff68fdd013c29bba81d5a1e32825:
>
>   Merge tag 'pull-tpm-2026-02-10-1' of https://github.com/stefanberger/qemu-tpm into staging (2026-02-11 15:12:50 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/vsementsov/qemu.git tags/pull-block-jobs-2026-02-12
>
> for you to fetch changes up to 267d7ae99a1d3b5be9d3421db3bdf651cc18c7ab:
>
>   iotests: test active mirror with unaligned, small write zeroes op (2026-02-12 11:38:18 +0300)
>
> ----------------------------------------------------------------
> block: mirror: fix zero bitmap handling
>
> ----------------------------------------------------------------
> Fiona Ebner (2):
>       block/mirror: check range when setting zero bitmap for sync write
>       iotests: test active mirror with unaligned, small write zeroes op
>
>  block/mirror.c             |  9 ++++++---
>  tests/qemu-iotests/151     | 20 ++++++++++++++++++++
>  tests/qemu-iotests/151.out |  4 ++--
>  3 files changed, 28 insertions(+), 5 deletions(-)



Applied, thanks.

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

-- PMM