[PULL 0/3] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260901184043.728292-1-stefanha@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>
There is a newer version of this series
block/file-posix.c                          | 24 ++++++++++-----------
tests/functional/x86_64/test_hotplug_blk.py |  1 +
2 files changed, 12 insertions(+), 13 deletions(-)
[PULL 0/3] Block patches
Posted by Stefan Hajnoczi 3 weeks, 4 days ago
The following changes since commit eb710c255642cd7dc947f25c9a06c9fc8191e98d:

  Merge tag 'firmware-20260901-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-09-01 10:38:45 +0100)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 8e02b06882e5742fb760138e3db627a8591bdef3:

  file-posix: fix zone write granularity assignment for zoned block devices (2026-09-01 14:38:03 -0400)

----------------------------------------------------------------
Pull request

Fixes from Daniil Tatianin and Niklas Cassel. No new features.

----------------------------------------------------------------

Daniil Tatianin (1):
  tests/../test_hotplug_blk: drop unused nic

Niklas Cassel (2):
  file-posix: fix cache.direct=on check for zoned block devices
  file-posix: fix zone write granularity assignment for zoned block
    devices

 block/file-posix.c                          | 24 ++++++++++-----------
 tests/functional/x86_64/test_hotplug_blk.py |  1 +
 2 files changed, 12 insertions(+), 13 deletions(-)

-- 
2.55.0
Re: [PULL 0/3] Block patches
Posted by Peter Maydell 3 weeks, 3 days ago
On Tue, 1 Sept 2026 at 19:41, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit eb710c255642cd7dc947f25c9a06c9fc8191e98d:
>
>   Merge tag 'firmware-20260901-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-09-01 10:38:45 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 8e02b06882e5742fb760138e3db627a8591bdef3:
>
>   file-posix: fix zone write granularity assignment for zoned block devices (2026-09-01 14:38:03 -0400)
>
> ----------------------------------------------------------------
> Pull request
>
> Fixes from Daniil Tatianin and Niklas Cassel. No new features.
>




Applied, thanks.

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

-- PMM