From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpzl6-0002nY-Uf for qemu-devel@nongnu.org; Mon, 09 Dec 2013 07:16:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vpzl0-0002Z1-Vw for qemu-devel@nongnu.org; Mon, 09 Dec 2013 07:16:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpzl0-0002Yt-Nt for qemu-devel@nongnu.org; Mon, 09 Dec 2013 07:16:14 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB9CGCSu013255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Dec 2013 07:16:13 -0500 Message-ID: <52A5B531.9020507@redhat.com> Date: Mon, 09 Dec 2013 14:18:57 +0200 From: Gal Hammer MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [BUG] Windows 7 fails to start with new vgabios binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Gerd Hoffmann A Windows 7 (32-bit) VM running with QXL device fails to start with the new updated vgabios binaries (commit 6eefccc0bb9c34051b1e21880fc3a1c1c8686edd). qemu's command line: /usr/bin/qemu-kvm -m 1G -smp 1 -enable-kvm -usb -device usb-tablet \ -device ide-drive,drive=drive-virtio0-0-0,id=virtio0-0-0,bootindex=1 \ -drive file=win7_32.qcow2,if=none,id=drive-virtio0-0-0,format=qcow2,werror=stop,rerror=stop,cache=none \ -monitor stdio \ -vga qxl -spice id=on,disable-ticketing,port=5903 FYI, Gal.