From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdg0q-00055r-VG for qemu-devel@nongnu.org; Wed, 28 Nov 2012 06:41:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tdg0l-0004WN-6V for qemu-devel@nongnu.org; Wed, 28 Nov 2012 06:41:08 -0500 Received: from mail-da0-f45.google.com ([209.85.210.45]:46361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdg0k-0004WH-UY for qemu-devel@nongnu.org; Wed, 28 Nov 2012 06:41:03 -0500 Received: by mail-da0-f45.google.com with SMTP id w4so3530245dam.4 for ; Wed, 28 Nov 2012 03:41:02 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50B5F835.4010904@redhat.com> Date: Wed, 28 Nov 2012 12:40:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <50AE835B.1020706@siemens.com> <20121123070815.GD22787@stefanha-thinkpad.hitronhub.home> In-Reply-To: <20121123070815.GD22787@stefanha-thinkpad.hitronhub.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.3] event notifier: Fix setup for win32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Jan Kiszka , Anthony Liguori , qemu-devel , Stefan Hajnoczi Il 23/11/2012 08:08, Stefan Hajnoczi ha scritto: > 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 Anthony, the patch is at http://article.gmane.org/gmane.comp.emulators.qemu/181608/raw Please apply it for -rc2. Paolo