From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KStAO-0002mN-EL for qemu-devel@nongnu.org; Tue, 12 Aug 2008 08:40:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KStAJ-0002de-5x for qemu-devel@nongnu.org; Tue, 12 Aug 2008 08:39:57 -0400 Received: from [199.232.76.173] (port=44875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KStAH-0002cf-Ua for qemu-devel@nongnu.org; Tue, 12 Aug 2008 08:39:54 -0400 Received: from mail.windriver.com ([147.11.1.11]:41516 helo=mail.wrs.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KStAH-0001kn-IZ for qemu-devel@nongnu.org; Tue, 12 Aug 2008 08:39:53 -0400 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.6) with ESMTP id m7CCdPZQ024895 for ; Tue, 12 Aug 2008 05:39:25 -0700 (PDT) Message-ID: <48A1847E.603@windriver.com> Date: Tue, 12 Aug 2008 07:39:26 -0500 From: Jason Wessel MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] fix serial IIR read [Was: SVN Rev 4994 (now) Won't install Windows XP] References: <20080812111115.GF4646@implementation.uk.xensource.com> <48A1755D.8070409@eu.citrix.com> In-Reply-To: <48A1755D.8070409@eu.citrix.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefano Stabellini wrote: > Samuel Thibault wrote: > > =20 >> Brad Campbell, le Tue 12 Aug 2008 11:02:39 +0400, a =C3=A9crit : >> =20 >>> qemu -hda xptest.img -cdrom XP-corp-sp2.iso -boot d -m 256 -no-kqemu=20 >>> -no-reboot -no-acpi >>> >>> It just hangs at "Setup is starting Windows". >>> =20 >> The patch below fixes it for me. >> >> Samuel >> >> >> >> serial: Always update iir, even when ier is empty. >> >> Signed-off-by: Samuel Thibault >> =20 > > Acked-by: Stefano Stabellini > > > > =20 I confirmed that the OS level polling mode drivers still work properly as well. Jason.