]> git.proxmox.com Git - qemu.git/commit
event_notifier: add event_notifier_set_handler
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jul 2012 15:16:28 +0000 (17:16 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 12 Jul 2012 11:08:10 +0000 (14:08 +0300)
commit6bf819f0a2a77dc8504651f369293f0efac54fe5
treed3ba62f78b3b2d0d7a14c37f448ecc1d2cfbfdd1
parent753d5e14c4cd9e545242971c5d149fe5da0a5ba1
event_notifier: add event_notifier_set_handler

Win32 event notifiers are not file descriptors, so they will not be able
to use qemu_set_fd_handler.  But even if for now we only have a POSIX
version of EventNotifier, we can add a specific function that wraps
the call.

The wrapper passes the EventNotifier as the opaque value so that it will
be used with container_of.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
event_notifier.c
event_notifier.h