From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzhRn-0005uu-6b for qemu-devel@nongnu.org; Wed, 25 Jun 2014 03:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzhRf-0006Be-P0 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 03:16:47 -0400 Received: from [203.217.0.115] (port=32161 helo=bom.nom.co) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzhRf-00068l-3R for qemu-devel@nongnu.org; Wed, 25 Jun 2014 03:16:39 -0400 Date: Wed, 25 Jun 2014 14:48:44 +0800 From: "Michael W. Bombardieri" Message-ID: <20140625064844.GA18359@bom.nom.co> References: <20131023073949.GA4527@bom.nom.co> <52679025.3000106@redhat.com> <526830E6.6070904@weilnetz.de> <5268F8B4.7030105@redhat.com> <52694CC1.6040301@weilnetz.de> <5269958A.50400@redhat.com> <526B908B.20104@weilnetz.de> <53A83C22.6090208@redhat.com> <20140624014103.GA606@bom.nom.co> <53A90B33.1000306@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53A90B33.1000306@redhat.com> Subject: Re: [Qemu-devel] broken win32 coroutines (was Re: qemu 1.6.1) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Stefan Weil , Prashant Satish , qemu-devel@nongnu.org, Stefan Hajnoczi I applied the patch manually on qemu releases 1.7.1 and 2.0.0. Configuration * Host system is Lenovo ThinkPad T520 (windows 7) * qemu built with --disable-sdl and --disable-gtk * GCC version is 4.6.1 (MinGW win32) Test (same steps/results for both 1.7.1 and 2.0.0) * Created qcow2 disk image using qemu-img * Started qemu-system-i386 with new disk image and OpenBSD/i386 5.5 install ISO * Connected VM display using VNC * VM booted successfully and install script started * Install process too slow; gave up after >60 minutes Following the same testing steps against a qemu 1.5.1 binary, the OpenBSD 5.5 installation finished in 3 minutes on my system. I haven't tried to profile the code. - Michael On Tue, Jun 24, 2014 at 07:22:59AM +0200, Paolo Bonzini wrote: > Il 24/06/2014 03:41, Michael W. Bombardieri ha scritto: > >Hi, > > > >Thanks for adding me to this thread. > >I am not familiar with the qemu source code but I am aware > >of the coroutine crash and I can test a patch if you have > >one. > > > >qemu 1.5.1 was the last version I was able to build and use > >on win32. Later versions build without error but exhibit the > >coroutine crash. > >qemu binaries built with the coroutine feature disabled are > >to slow to use. > > Peter posted one here: > > http://article.gmane.org/gmane.comp.emulators.qemu/282189/raw > > Paolo >