linux-aio: use event notifiers
commitc90caf25e2b6945ae13560476a5ecd7992e9f945
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Feb 2012 07:39:02 +0000 (24 08:39 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Oct 2012 08:30:54 +0000 (30 09:30 +0100)
treeb2dd07c733071016483db67c599a0b779eca1e42
parent22bfa75eafc21522afbb265091faa9cc0649e9fb
linux-aio: use event notifiers

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 <anthony@codemonkey.ws>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
linux-aio.c