From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQuHH-0002pQ-6V for qemu-devel@nongnu.org; Tue, 01 Oct 2013 03:21:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQuH8-0002Hv-Ca for qemu-devel@nongnu.org; Tue, 01 Oct 2013 03:21:51 -0400 Sender: Paolo Bonzini Message-ID: <524A7815.4010801@redhat.com> Date: Tue, 01 Oct 2013 09:21:57 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378910555-24753-1-git-send-email-stefanha@redhat.com> <52451595.1000506@weilnetz.de> <20130927091107.GA9972@stefanha-thinkpad.redhat.com> <5245B70E.6050105@weilnetz.de> <20130930090627.GE16558@stefanha-thinkpad.redhat.com> In-Reply-To: <20130930090627.GE16558@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] coroutine: add ./configure --disable-coroutine-pool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Stefan Weil , gabriel@kerneis.info, qemu-devel@nongnu.org, qemu-stable Il 30/09/2013 11:06, Stefan Hajnoczi ha scritto: > I'd like to fix the win32 coroutine backend. > > In your email you said it can be reproduced under wine on Linux. I > wasn't able to reproduce it with this command-line: > > $ wine qemu-system-x86_64.exe -m 1024 -vnc :1 -L ../pc-bios -hda ../test.img > > Stefan: Do you have a ./configure and QEMU command-line which reproduces > the assertion failure under wine? Neither could I. The patch was definitely tested under Wine. Paolo