From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAKVn-0000tt-Lb for qemu-devel@nongnu.org; Mon, 03 Feb 2014 09:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAKVf-0006Qy-7u for qemu-devel@nongnu.org; Mon, 03 Feb 2014 09:28:35 -0500 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:56287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAKVf-0006Qo-2D for qemu-devel@nongnu.org; Mon, 03 Feb 2014 09:28:27 -0500 Received: by mail-qc0-f176.google.com with SMTP id e16so11034322qcx.21 for ; Mon, 03 Feb 2014 06:28:25 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52EFA785.9010301@redhat.com> Date: Mon, 03 Feb 2014 15:28:21 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1386322527-23148-1-git-send-email-kraxel@redhat.com> <1386322527-23148-8-git-send-email-kraxel@redhat.com> <52C92770.8080607@web.de> <52C94148.2020905@redhat.com> <52C945EA.2000902@web.de> In-Reply-To: <52C945EA.2000902@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/8] roms: update vgabios binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Jan Kiszka , qemu-devel@nongnu.org Il 05/01/2014 12:45, Jan Kiszka ha scritto: > On 2014-01-05 12:26, Paolo Bonzini wrote: >> Il 05/01/2014 10:35, Jan Kiszka ha scritto: >>> On 2013-12-06 10:35, Gerd Hoffmann wrote: >>>> This also switches from lgplvgabios to seavgabios. >>>> >>>> Signed-off-by: Gerd Hoffmann --- >>>> pc-bios/vgabios-cirrus.bin | Bin 35840 -> 36864 bytes >>>> pc-bios/vgabios-qxl.bin | Bin 40448 -> 37376 bytes >>>> pc-bios/vgabios-stdvga.bin | Bin 40448 -> 37376 bytes >>>> pc-bios/vgabios-vmware.bin | Bin 40448 -> 37376 bytes >>>> pc-bios/vgabios.bin | Bin 40448 -> 36864 bytes 5 >>>> files changed, 0 insertions(+), 0 deletions(-) >>>> >> >>> This update breaks a 64-bit win7 guest for me. It now spins >>> infinitely in the "Starting Windows" screen. I'm using stdvga. >>> Is this a known issue? >> >> Yes, and IIRC it's fixed in seabios.git. > > (Hmm, cd roms; make seavgabios doesn't work with out-of-tree > builds) > > Confirmed, win7 boots fine again with current seabios.git master. > So please update qemu. Ping? Paolo