Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251029203411.445852-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 | 156 +++++++++-
include/block/raw-aio.h | 5 -
util/aio-posix.h | 18 +-
block/file-posix.c | 40 +--
block/io_uring.c | 489 +++++++-----------------------
stubs/io_uring.c | 32 --
tests/unit/test-aio.c | 7 +-
tests/unit/test-nested-aio-poll.c | 13 +-
util/aio-posix.c | 141 +++++----
util/aio-win32.c | 7 +-
util/async.c | 71 ++---
util/fdmon-epoll.c | 34 ++-
util/fdmon-io_uring.c | 211 ++++++++++---
util/fdmon-poll.c | 85 +++++-
block/trace-events | 12 +-
stubs/meson.build | 3 -
util/trace-events | 4 +
17 files changed, 692 insertions(+), 636 deletions(-)
delete mode 100644 stubs/io_uring.c