Statistics
| Branch: | Revision:

root / event_notifier-posix.c @ 9f8540ec

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
fc97a652 10/30/2012 10:30 am Paolo Bonzini

event_notifier: add Win32 implementation

Signed-off-by: Paolo Bonzini <>

d0cc2fbf 10/30/2012 10:30 am Paolo Bonzini

event_notifier: enable it to use pipes

This takes the eventfd emulation code from the main loop. When the
EventNotifier is used for the main loop too, we need this compatibility
code.

Without CONFIG_EVENTFD, event_notifier_get_fd is only usable for the...