From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbnN8-0001Pq-Fr for qemu-devel@nongnu.org; Fri, 23 Nov 2012 02:08:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbnN4-0006ds-Gp for qemu-devel@nongnu.org; Fri, 23 Nov 2012 02:08:22 -0500 Received: from mail-bk0-f45.google.com ([209.85.214.45]:36601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbnN4-0006dN-9d for qemu-devel@nongnu.org; Fri, 23 Nov 2012 02:08:18 -0500 Received: by mail-bk0-f45.google.com with SMTP id jk13so2589154bkc.4 for ; Thu, 22 Nov 2012 23:08:17 -0800 (PST) Date: Fri, 23 Nov 2012 08:08:15 +0100 From: Stefan Hajnoczi Message-ID: <20121123070815.GD22787@stefanha-thinkpad.hitronhub.home> References: <50AE835B.1020706@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50AE835B.1020706@siemens.com> Subject: Re: [Qemu-devel] [PATCH] event notifier: Fix setup for win32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Paolo Bonzini , Anthony Liguori , qemu-devel , 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 debugging... > > event_notifier-win32.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) This should be in QEMU 1.3. Reviewed-by: Stefan Hajnoczi