]> git.proxmox.com Git - mirror_qemu.git/commit
event notifier: Fix setup for win32
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 22 Nov 2012 19:56:11 +0000 (20:56 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 28 Nov 2012 19:33:01 +0000 (13:33 -0600)
commite9bff10f8db94912b1b0e6e2e3394cae02faf614
tree34b0796ab0e9828c56c1a65ff15a5f280873d704
parent264ac41ca171c53eead7e037bc78babb3f0f1bc3
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 <stefanha@redhat.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
event_notifier-win32.c