summaryrefslogtreecommitdiff
path: root/event_notifier-win32.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28event notifier: Fix setup for win32Jan Kiszka1-1/+1
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 <stefanha@redhat.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-10-30event_notifier: add Win32 implementationPaolo Bonzini1-0/+59
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>