From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSs7x-0004a5-Nu for qemu-devel@nongnu.org; Tue, 12 Aug 2008 07:33:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSs7v-0004XV-S5 for qemu-devel@nongnu.org; Tue, 12 Aug 2008 07:33:24 -0400 Received: from [199.232.76.173] (port=39277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSs7v-0004X2-GO for qemu-devel@nongnu.org; Tue, 12 Aug 2008 07:33:23 -0400 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:13545 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSs7v-0008Cg-2k for qemu-devel@nongnu.org; Tue, 12 Aug 2008 07:33:23 -0400 Message-ID: <48A1755D.8070409@eu.citrix.com> Date: Tue, 12 Aug 2008 12:34:53 +0100 From: Stefano Stabellini 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> In-Reply-To: <20080812111115.GF4646@implementation.uk.xensource.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Samuel Thibault wrote: > Brad Campbell, le Tue 12 Aug 2008 11:02:39 +0400, a écrit : >> qemu -hda xptest.img -cdrom XP-corp-sp2.iso -boot d -m 256 -no-kqemu >> -no-reboot -no-acpi >> >> It just hangs at "Setup is starting Windows". > > The patch below fixes it for me. > > Samuel > > > > serial: Always update iir, even when ier is empty. > > Signed-off-by: Samuel Thibault Acked-by: Stefano Stabellini