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
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