Re: [Qemu-devel] [PATCH 06/12] linux-aio: use event notifiers

2012-07-19 Thread Anthony Liguori
Paolo Bonzini writes: > Since linux-aio already uses an eventfd, converting it to use the > EventNotifier-based API simplifies the code even though it is not > meant to be portable. > Reviewed-by: Anthony Liguori Regards, Anthony Liguori > Signed-off-by: Paolo Bonzini > --- > linux-aio.c |

[Qemu-devel] [PATCH 06/12] linux-aio: use event notifiers

2012-07-16 Thread Paolo Bonzini
Since linux-aio already uses an eventfd, converting it to use the EventNotifier-based API simplifies the code even though it is not meant to be portable. Signed-off-by: Paolo Bonzini --- linux-aio.c | 49 +++-- 1 file changed, 19 insertions(+), 30 de