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

2013-04-17 Thread Stefan Hajnoczi
On Wed, Apr 17, 2013 at 03:15:56PM +0200, Paolo Bonzini wrote: > Il 17/04/2013 15:07, 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 t

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

2013-04-17 Thread Paolo Bonzini
Il 17/04/2013 15:07, 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 typedef is no longer used and is > dropped too. AioFlushHandler is also u

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

2013-04-17 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 typedef is no longer used and is dropped too. Signed-off-by: Stefan Hajnoczi --- aio-posix.c | 7 ++- a