From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlMS9-0005TF-6Y for qemu-devel@nongnu.org; Fri, 16 May 2014 14:02:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlMS1-0003WO-Na for qemu-devel@nongnu.org; Fri, 16 May 2014 14:01:53 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:45245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlMS1-0003W9-Hn for qemu-devel@nongnu.org; Fri, 16 May 2014 14:01:45 -0400 Message-ID: <53765281.6050606@weilnetz.de> Date: Fri, 16 May 2014 20:01:37 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1399538830-4443-1-git-send-email-s.vorobiov@samsung.com> <20140509185740.GA28528@stefanha-thinkpad.redhat.com> <53759B68.303@weilnetz.de> <5375F752.2060806@redhat.com> In-Reply-To: <5375F752.2060806@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5] glib: fix g_poll early timeout on windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Stefan Hajnoczi , Stanislav Vorobiov Cc: syeon.hwang@samsung.com, stefanha@redhat.com, qemu-devel@nongnu.org, alex@alex.org.uk, sangho1206.park@samsung.com Am 16.05.2014 13:32, schrieb Paolo Bonzini: > Il 16/05/2014 07:00, Stefan Weil ha scritto: >> Hi, >> >> the patch breaks hard disk i/o: a 64 bit executable built with MinGW-w64 >> will no longer boot a ReactOS image (BIOS fails to detect a bootable >> disk). Booting a Linux CDROM seems to work and is indeed much faster. > > What about a 32-bit executable? > > Paolo They show the same effect. When I reported the problem, I had no test result for 32 bit, now I have one. Native builds on Windows are terribly slow and take a lot of time... Summary: Neither 32 nor 64 bit qemu system emulation on Windows hosts can read hard disk images with this patch applied. It's sufficient to test any image and see whether the BIOS detects the hard disk. Stefan