On Wed, 11/16 17:46, Stefan Hajnoczi wrote: > 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 <stefa...@redhat.com> > --- > aio-posix.c | 8 +++++---
As pointed out by patchew, aio-win32.c needs to the change too. Fam > async.c | 5 +++-- > block/curl.c | 8 ++++---- > block/iscsi.c | 3 ++- > block/linux-aio.c | 4 ++-- > block/nbd-client.c | 8 ++++---- > block/nfs.c | 7 ++++--- > block/sheepdog.c | 26 +++++++++++++------------- > block/ssh.c | 4 ++-- > block/win32-aio.c | 4 ++-- > hw/virtio/virtio.c | 4 ++-- > include/block/aio.h | 5 ++++- > iohandler.c | 2 +- > nbd/server.c | 9 ++++----- > stubs/set-fd-handler.c | 1 + > tests/test-aio.c | 4 ++-- > util/event_notifier-posix.c | 2 +- > 17 files changed, 56 insertions(+), 48 deletions(-)