| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | event_notifier: cleanups around event_notifier_set_handler | Paolo Bonzini | 2017-01-16 | 1 | -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_context | Fam Zheng | 2016-04-22 | 1 | -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> | |||||