summary refs log tree commit diff stats
path: root/stubs/iohandler.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-161-8/+0
| | | | | | | | Remove the useless is_external argument. Since the iohandler AioContext is never used for block devices, aio_disable_external is never called on it. This lets us remove stubs/iohandler.c. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* iohandler: Introduce iohandler_get_aio_contextFam Zheng2016-04-221-0/+8
Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>