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


Reply via email to