]> git.proxmox.com Git - qemu.git/commit - async.c
aio: add I/O handlers to the AioContext interface
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 13 Sep 2012 10:28:51 +0000 (12:28 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Oct 2012 08:30:53 +0000 (09:30 +0100)
commita915f4bc977c4f3aab08a78023c1303664d1c606
tree058173beb1ee33e79f5f83d5000532d1e4b9d0c3
parentf627aab1ccea119fd94ca9e9df120cea6aab0c67
aio: add I/O handlers to the AioContext interface

With this patch, I/O handlers (including event notifier handlers) can be
attached to a single AioContext.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
aio.c
async.c
main-loop.c
qemu-aio.h