]> git.proxmox.com Git - mirror_qemu.git/commit - block/nfs.c
aio: add AioPollFn and io_poll() interface
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 1 Dec 2016 19:26:41 +0000 (19:26 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 3 Jan 2017 16:38:48 +0000 (16:38 +0000)
commitf6a51c84cdc97e0178aab7690788d3891d2fcf0a
treea3006871b448d1041d7a2716895070f1bb6afa17
parent721671ade77f4046b45893fbb7864ca84b9504cd
aio: add AioPollFn and io_poll() interface

The new AioPollFn io_poll() argument to aio_set_fd_handler() and
aio_set_event_handler() is used in the next patch.

Keep this code change separate due to the number of files it touches.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20161201192652.9509-3-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
17 files changed:
aio-posix.c
async.c
block/curl.c
block/iscsi.c
block/linux-aio.c
block/nbd-client.c
block/nfs.c
block/sheepdog.c
block/ssh.c
block/win32-aio.c
hw/virtio/virtio.c
include/block/aio.h
iohandler.c
nbd/server.c
stubs/set-fd-handler.c
tests/test-aio.c
util/event_notifier-posix.c