From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKL6-0007CI-CJ for qemu-devel@nongnu.org; Wed, 05 Dec 2012 14:09:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgKL1-0002a9-Va for qemu-devel@nongnu.org; Wed, 05 Dec 2012 14:09:00 -0500 Received: from fnarfbargle.com ([93.93.131.67]:37553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKL1-0002Zy-PP for qemu-devel@nongnu.org; Wed, 05 Dec 2012 14:08:55 -0500 Message-ID: <50BF9BBB.1070802@fnarfbargle.com> Date: Thu, 06 Dec 2012 03:08:43 +0800 From: Brad Campbell MIME-Version: 1.0 References: <1354289397-20961-1-git-send-email-kraxel@redhat.com> <50BF26C8.4060708@fnarfbargle.com> <50BF425C.4040208@redhat.com> In-Reply-To: <50BF425C.4040208@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-1.3 0/3] seabios update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/12/12 20:47, Gerd Hoffmann wrote: > On 12/05/12 11:49, Brad Campbell wrote: >> On 30/11/12 23:29, Gerd Hoffmann wrote: >>> Hi, >>> >>> This pull updates seabios to current master. The seabios q35 patches >>> didn't land upstream yet so they miss the boat unfortunaly. As this >>> update brings an important regression fix we can't wait for them and >>> risk to not update seabios for 1.3. So here we go with the latest and >>> greatest seabios bits. >>> >> This update has broken my existing Windows XP Guests. >> The machines bluescreen on boot with a 0x0000007E in ACPI.SYS. > Try passing -no-hpet and see if this helps. Yep, that fixes it. Many thanks! Regards, Brad