Re: [Qemu-devel] [PATCH] event notifier: Fix setup for win32

2012-11-28 Thread Anthony Liguori
Jan Kiszka writes: > 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. > > Signed-off-by: Jan Kiszka Applied. Thanks. Regards, Anthony Liguori > --- > > Grr, the last place I looked at after hou

Re: [Qemu-devel] [PATCH] event notifier: Fix setup for win32

2012-11-22 Thread Stefan Hajnoczi
On Thu, Nov 22, 2012 at 08:56:11PM +0100, Jan Kiszka wrote: > 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. > > Signed-off-by: Jan Kiszka > --- > > Grr, the last place I looked at after hours of

[Qemu-devel] [PATCH] event notifier: Fix setup for win32

2012-11-22 Thread Jan Kiszka
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. Signed-off-by: Jan Kiszka --- Grr, the last place I looked at after hours of debugging... event_notifier-win32.c |2 +- 1 files changed, 1 inser