Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250910175703.374499-1-stefanha@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Aarushi Mehta <mehta.aaru20@gmail.com>, Julia Suvorova <jusual@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Fam Zheng <fam@euphon.net>, Paolo Bonzini <pbonzini@redhat.com>, Stefan Weil <sw@weilnetz.de>
include/block/aio.h | 136 +++++++-
include/block/raw-aio.h | 5 -
util/aio-posix.h | 18 +-
block/file-posix.c | 40 +--
block/io_uring.c | 508 ++++++++----------------------
stubs/io_uring.c | 32 --
tests/unit/test-aio.c | 7 +-
tests/unit/test-nested-aio-poll.c | 13 +-
util/aio-posix.c | 143 +++++----
util/aio-win32.c | 6 +-
util/async.c | 55 +---
util/fdmon-epoll.c | 52 ++-
util/fdmon-io_uring.c | 226 ++++++++++---
util/fdmon-poll.c | 88 +++++-
block/trace-events | 12 +-
stubs/meson.build | 3 -
util/trace-events | 4 +
17 files changed, 710 insertions(+), 638 deletions(-)
delete mode 100644 stubs/io_uring.c