Re: [Qemu-devel] [PATCH v4 17/17] aio: drop io_flush argument

2013-06-27 Thread Paolo Bonzini
Il 14/06/2013 13:44, Stefan Hajnoczi ha scritto: > 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. >

[Qemu-devel] [PATCH v4 17/17] aio: drop io_flush argument

2013-06-14 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. Signed-off-by: Stefan Hajnoczi --- aio-posix.c