event_notifier: cleanups around event_notifier_set_handler
commitd6da1e9eca939e8f9d41639be17c4bf5af7d5625
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Jan 2017 10:54:52 +0000 (10 11:54 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Jan 2017 16:52:35 +0000 (16 17:52 +0100)
treea97b13d93a53d6512b48c8483b75e2516f2c72c3
parenta0f80010b37afc18030d43f2b96cc1e0b7588b73
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>
hw/usb/ccid-card-emulated.c
hw/virtio/virtio.c
include/qemu/event_notifier.h
include/qemu/main-loop.h
iohandler.c
stubs/Makefile.objs
stubs/iohandler.c [deleted file]
target/i386/hyperv.c
util/event_notifier-posix.c
util/event_notifier-win32.c