Re: [Qemu-devel] [PATCH 12/17] aio: add aio_notify

2012-09-25 Thread Anthony Liguori
Paolo Bonzini writes: > With this change async.c does not rely anymore on any service from > main-loop.c, i.e. it is completely self-contained. > > Signed-off-by: Paolo Bonzini Other than the coding style bits that need to be fixed first in the previous patch: Reviewed-by: Anthony Liguori Re

[Qemu-devel] [PATCH 12/17] aio: add aio_notify

2012-09-25 Thread Paolo Bonzini
With this change async.c does not rely anymore on any service from main-loop.c, i.e. it is completely self-contained. Signed-off-by: Paolo Bonzini --- async.c| 30 ++ qemu-aio.h | 18 ++ 2 file modificati, 44 inserzioni(+), 4 rimozioni(-) diff --g