]> git.proxmox.com Git - qemu.git/commit
aio: drop io_flush argument
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 11 Apr 2013 15:26:25 +0000 (17:26 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 19 Aug 2013 13:52:19 +0000 (15:52 +0200)
commitf2e5dca46b5ba4588c0756c5f272123585cbbf23
tree693159f35caa1c23a53326638eb72f925d5a513d
parent1b9ecdb16475485dffbcac7ff7f36dafa9e3cfd2
aio: drop io_flush argument

The .io_flush() handler no longer exists and has no users.  Drop the
io_flush argument to aio_set_fd_handler() and related functions.

The AioFlushEventNotifierHandler and AioFlushHandler typedefs are no
longer used and are dropped too.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
16 files changed:
aio-posix.c
aio-win32.c
async.c
block/curl.c
block/gluster.c
block/iscsi.c
block/linux-aio.c
block/nbd.c
block/rbd.c
block/sheepdog.c
block/ssh.c
hw/block/dataplane/virtio-blk.c
include/block/aio.h
main-loop.c
tests/test-aio.c
thread-pool.c