Statistics
| Branch: | Revision:

root / event_notifier.c @ 2e679780

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
6bf819f0 07/12/2012 02:08 pm Paolo Bonzini

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...

e80c262b 07/12/2012 02:08 pm Paolo Bonzini

event_notifier: add event_notifier_init_fd

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Avi Kivity <>

ebe7acea 07/12/2012 02:06 pm Paolo Bonzini

event_notifier: remove event_notifier_test

The function is useless (and unused).

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Avi Kivity <>

2ec10b95 07/12/2012 02:05 pm Paolo Bonzini

event_notifier: add event_notifier_set

EventNotifier right now cannot be used as an inter-thread communication
primitive. It only works if something else (the kernel) sets the eventfd.
Add a primitive to signal an EventNotifier that another thread is waiting...

6b620ca3 01/13/2012 06:55 pm Paolo Bonzini

prepare for future GPLv2+ relicensing

All files under GPLv2 will get GPLv2+ changes starting tomorrow.
event_notifier.c and exec-obsolete.h were only ever touched by Red Hat
employees and can be relicensed now.

Signed-off-by: Paolo Bonzini <>...

22844510 11/01/2011 11:52 pm Avi Kivity

event_notifier: move to top-level directory

Has no business in hw/.

Signed-off-by: Avi Kivity <>
Signed-off-by: Anthony Liguori <>