From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlCLu-0000lB-CP for qemu-devel@nongnu.org; Fri, 16 May 2014 03:14:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlCLm-0003ZO-Sn for qemu-devel@nongnu.org; Fri, 16 May 2014 03:14:46 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:33830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlCLm-0003YO-NI for qemu-devel@nongnu.org; Fri, 16 May 2014 03:14:38 -0400 Message-ID: <5375BAD6.4060007@weilnetz.de> Date: Fri, 16 May 2014 09:14:30 +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> <5375B3DE.9010307@samsung.com> In-Reply-To: <5375B3DE.9010307@samsung.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: Stanislav Vorobiov , Stefan Hajnoczi Cc: alex@alex.org.uk, sangho1206.park@samsung.com, qemu-devel@nongnu.org, stefanha@redhat.com, syeon.hwang@samsung.com, pbonzini@redhat.com Am 16.05.2014 08:44, schrieb Stanislav Vorobiov: > Hi, > > Could you please provide URL to download that image so that I > could reproduce this problem ? Also, qemu command line would be nice. > > btw, I won't be able to look into this during next week, so some help > from someone else would be nice. I'll try to take a look later today > however... > There is no need to download an image. Any image will do for this test. The command line also does not matter. I just tried this: i386-softmmu/qemu-system-i386 -L pc-bios vl.c With the current qemu trunk and a 64 bit default build (MinGW-w64 native or cross), the BIOS cannot read the harddisk. When I undefine g_poll in qemu-timer.c, QEMU can read it and the BIOS will report that vl.c is not a bootable disk (which is quite obvious). Stefan