Re: [Qemu-devel] [PATCH 16/17] aio: clean up now-unused functions

2012-09-25 Thread Anthony Liguori
Paolo Bonzini writes: > Some cleanups can now be made, now that the main loop does not anymore need > hooks into the bottom half code. > > Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Regards, Anthony Liguori > --- > async.c | 23 +++ > oslib-posix.c

[Qemu-devel] [PATCH 16/17] aio: clean up now-unused functions

2012-09-25 Thread Paolo Bonzini
Some cleanups can now be made, now that the main loop does not anymore need hooks into the bottom half code. Signed-off-by: Paolo Bonzini --- async.c | 23 +++ oslib-posix.c | 31 --- qemu-aio.h| 1 - qemu-common.h | 1 - 4 file modific