Re: [Qemu-devel] [PATCH v4 16/17] tests: drop event_active_cb()

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. Wrong commit message, but otherwise Reviewed-by: Paolo Bonzini > Signed-off-by: Stefan Hajnoczi > --- > t

[Qemu-devel] [PATCH v4 16/17] tests: drop event_active_cb()

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. Signed-off-by: Stefan Hajnoczi --- tests/test-aio.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/tests/test-aio.c b