[PULL 0/3] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260429182127.219776-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, "Dr. David Alan Gilbert" <dave@treblig.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Stefan Weil <sw@weilnetz.de>
There is a newer version of this series
qapi/misc.json                    |   6 ++
qapi/qom.json                     |  10 +-
include/qemu/aio.h                |   7 +-
include/system/iothread.h         |  18 ++++
util/aio-posix.h                  |   2 +-
iothread.c                        |  47 +++++++---
monitor/hmp-cmds.c                |   1 +
tests/unit/test-nested-aio-poll.c |   2 +-
util/aio-posix.c                  | 148 ++++++++++++++++++------------
util/aio-win32.c                  |   3 +-
util/async.c                      |   2 +
qemu-options.hx                   |   8 +-
12 files changed, 176 insertions(+), 78 deletions(-)
[PULL 0/3] Block patches
Posted by Stefan Hajnoczi 1 month ago
The following changes since commit 759c456b1d22fe4083c8b384da27d3f56fd53f82:

  Merge tag 'linux-user-next-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-04-27 12:57:33 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9fea80ddf0f58fed94f7e6d7d5c9e0ccf5cff44a:

  qapi/iothread: introduce poll-weight parameter for aio-poll (2026-04-29 11:31:44 -0400)

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

- Jaehoon Kim's AioContext polling CPU efficiency optimizations

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

Jaehoon Kim (3):
  aio-poll: avoid unnecessary polling time computation
  aio-poll: refine iothread polling using weighted handler intervals
  qapi/iothread: introduce poll-weight parameter for aio-poll

 qapi/misc.json                    |   6 ++
 qapi/qom.json                     |  10 +-
 include/qemu/aio.h                |   7 +-
 include/system/iothread.h         |  18 ++++
 util/aio-posix.h                  |   2 +-
 iothread.c                        |  47 +++++++---
 monitor/hmp-cmds.c                |   1 +
 tests/unit/test-nested-aio-poll.c |   2 +-
 util/aio-posix.c                  | 148 ++++++++++++++++++------------
 util/aio-win32.c                  |   3 +-
 util/async.c                      |   2 +
 qemu-options.hx                   |   8 +-
 12 files changed, 176 insertions(+), 78 deletions(-)

-- 
2.54.0
Re: [PULL 0/3] Block patches
Posted by Stefan Hajnoczi 1 month ago
Applied, thanks.

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