Statistics
| Branch: | Revision:

root / event_notifier-win32.c @ 26ca8c06

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

e9bff10f 11/28/2012 09:33 pm Jan Kiszka

event notifier: Fix setup for win32

The event notifier state is only reset by test_and_clear. But we created
the windows event object with auto-reset, which subtly swallowed events.

Reviewed-by: Stefan Hajnoczi <>
Signed-off-by: Jan Kiszka <>...

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

event_notifier: add Win32 implementation

Signed-off-by: Paolo Bonzini <>