commit | d6da1e9eca939e8f9d41639be17c4bf5af7d5625 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 10 11:54:52 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 16 17:52:35 2017 +0100 |
tree | a97b13d93a53d6512b48c8483b75e2516f2c72c3 | |
parent | a0f80010b37afc18030d43f2b96cc1e0b7588b73 [diff] |
event_notifier: cleanups around event_notifier_set_handler 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>