Re: [Qemu-devel] [PATCH 08/17] aio: add non-blocking variant of aio_wait

2012-09-25 Thread Anthony Liguori
Paolo Bonzini writes: > This will be used when polling the GSource attached to an AioContext. > > Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Regards, Anthony Liguori > --- > aio.c | 16 > async.c | 2 +- > main-loop.c | 2 +- > qemu-aio.h | 21 +

[Qemu-devel] [PATCH 08/17] aio: add non-blocking variant of aio_wait

2012-09-25 Thread Paolo Bonzini
This will be used when polling the GSource attached to an AioContext. Signed-off-by: Paolo Bonzini --- aio.c | 16 async.c | 2 +- main-loop.c | 2 +- qemu-aio.h | 21 +++-- 4 file modificati, 29 inserzioni(+), 12 rimozioni(-) diff --git a/aio.c b/a