From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlGNk-000665-Oh for qemu-devel@nongnu.org; Fri, 16 May 2014 07:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlGNd-0006jW-T1 for qemu-devel@nongnu.org; Fri, 16 May 2014 07:32:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlGNd-0006jQ-Le for qemu-devel@nongnu.org; Fri, 16 May 2014 07:32:49 -0400 Message-ID: <5375F752.2060806@redhat.com> Date: Fri, 16 May 2014 13:32:34 +0200 From: Paolo Bonzini 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> In-Reply-To: <53759B68.303@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Stefan Weil , Stefan Hajnoczi , Stanislav Vorobiov Cc: syeon.hwang@samsung.com, stefanha@redhat.com, qemu-devel@nongnu.org, alex@alex.org.uk, sangho1206.park@samsung.com 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