Re: [Qemu-devel] [PATCH v6 18/18] aio: drop io_flush argument

2013-07-29 Thread Wenchao Xia
Reviewed-by: Wenchao Xia > 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 B

[Qemu-devel] [PATCH v6 18/18] aio: drop io_flush argument

2013-07-25 Thread Stefan Hajnoczi
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 Signed-off-by: Stefan Hajnoczi -