Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-28 | event notifier: Fix setup for win32 | Jan Kiszka | 1 | -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-30 | event_notifier: add Win32 implementation | Paolo Bonzini | 1 | -0/+59 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |