Re: [Qemu-devel] [PATCH v6 17/18] tests: drop event_active_cb()

2013-07-29 Thread Wenchao Xia
Reviewed-by: Wenchao Xia > Drop the io_flush argument to aio_set_event_notifier(). > > Reviewed-by: Paolo Bonzini > 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/te

[Qemu-devel] [PATCH v6 17/18] tests: drop event_active_cb()

2013-07-25 Thread Stefan Hajnoczi
Drop the io_flush argument to aio_set_event_notifier(). Reviewed-by: Paolo Bonzini 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/tests/test-aio.c index 1251952..7b2892a 100644 --