[PULL 0/2] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260223142031.1397832-1-stefanha@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>
There is a newer version of this series
util/aio-posix.c      |  9 +++++++++
util/fdmon-io_uring.c | 14 +++++++++++++-
2 files changed, 22 insertions(+), 1 deletion(-)
[PULL 0/2] Block patches
Posted by Stefan Hajnoczi 1 month, 2 weeks ago
The following changes since commit 07f97d5da04a9f97e273de85c76f5017d8135a6e:

  Merge tag 'pull-target-arm-20260219' of https://gitlab.com/pm215/qemu into staging (2026-02-19 10:36:06 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 961fcc0f22768e7c3432fc645b93dc7cd4932fae:

  fdmon-io_uring: check CQ ring directly in gsource_check (2026-02-23 08:50:04 -0500)

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

Jens Axboe's fixes for fdmon-io_uring.

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

Jens Axboe (2):
  aio-posix: notify main loop when SQEs are queued
  fdmon-io_uring: check CQ ring directly in gsource_check

 util/aio-posix.c      |  9 +++++++++
 util/fdmon-io_uring.c | 14 +++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

-- 
2.53.0
Re: [PULL 0/2] Block patches
Posted by Peter Maydell 1 month, 2 weeks ago
On Mon, 23 Feb 2026 at 14:20, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit 07f97d5da04a9f97e273de85c76f5017d8135a6e:
>
>   Merge tag 'pull-target-arm-20260219' of https://gitlab.com/pm215/qemu into staging (2026-02-19 10:36:06 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 961fcc0f22768e7c3432fc645b93dc7cd4932fae:
>
>   fdmon-io_uring: check CQ ring directly in gsource_check (2026-02-23 08:50:04 -0500)
>
> ----------------------------------------------------------------
> Pull request
>
> Jens Axboe's fixes for fdmon-io_uring.
>
> ----------------------------------------------------------------
>



Applied, thanks.

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

-- PMM