Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200130213114.325157-1-stefanha@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Markus Armbruster <armbru@redhat.com>, Aarushi Mehta <mehta.aaru20@gmail.com>, Stefan Hajnoczi <stefanha@redhat.com>, Eric Blake <eblake@redhat.com>, Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Julia Suvorova <jusual@redhat.com>
MAINTAINERS | 9 +
block.c | 22 ++
block/Makefile.objs | 3 +
block/file-posix.c | 99 ++++++--
block/io.c | 162 +++++++------
block/io_uring.c | 433 ++++++++++++++++++++++++++++++++++
block/trace-events | 12 +
blockdev.c | 12 +-
configure | 27 +++
docs/interop/qemu-nbd.rst | 4 +-
include/block/aio.h | 16 +-
include/block/block.h | 14 +-
include/block/block_int.h | 3 +-
include/block/raw-aio.h | 12 +
qapi/block-core.json | 4 +-
qemu-img-cmds.hx | 4 +-
qemu-img.c | 11 +-
qemu-img.texi | 5 +-
qemu-io.c | 25 +-
qemu-nbd.c | 12 +-
stubs/Makefile.objs | 1 +
stubs/io_uring.c | 32 +++
tests/qemu-iotests/028 | 2 +-
tests/qemu-iotests/058 | 2 +-
tests/qemu-iotests/089 | 4 +-
tests/qemu-iotests/091 | 4 +-
tests/qemu-iotests/109 | 2 +-
tests/qemu-iotests/147 | 5 +-
tests/qemu-iotests/181 | 8 +-
tests/qemu-iotests/183 | 4 +-
tests/qemu-iotests/185 | 10 +-
tests/qemu-iotests/200 | 2 +-
tests/qemu-iotests/201 | 8 +-
tests/qemu-iotests/check | 15 +-
tests/qemu-iotests/common.rc | 14 ++
tests/qemu-iotests/iotests.py | 12 +-
util/async.c | 36 +++
37 files changed, 878 insertions(+), 172 deletions(-)
create mode 100644 block/io_uring.c
create mode 100644 stubs/io_uring.c