From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50568 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl3Qi-00054M-Jb for qemu-devel@nongnu.org; Thu, 03 Feb 2011 12:57:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl3Dh-0001yM-5d for qemu-devel@nongnu.org; Thu, 03 Feb 2011 12:43:50 -0500 Received: from 184-106-158-135.static.cloud-ips.com ([184.106.158.135]:39052 helo=mail) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl3Dh-0001xf-0N for qemu-devel@nongnu.org; Thu, 03 Feb 2011 12:43:49 -0500 Date: Thu, 3 Feb 2011 17:44:25 +0000 From: "Serge E. Hallyn" Message-ID: <20110203174425.GA28510@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] problem with -vga std List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffman Hi, When I grabbed the latest qemu (up to commit bfddb47a343b4718e5768aa80bce8adead0f7fca) from git://git.qemu.org/qemu.git and did: ./qemu-system-x86_64 -net user -net nic -vga std -usb -usbdevice tablet -m 512 -hda /home/serge/disk.img -boot c -monitor stdio -vnc :1 -L /opt/qemu/share/qemu/ where disk.img has a ubuntu lucid server installed on it, I get: error: no suitable mode found unknown command `terminal' out of range pointer 0x80220000 Aborted. Press any key to exit. I bisected this to: 3b3d448e01ccfc6fdcb6e3d4ebf47418075e3bb4: Add new vgabios binaries to blobs list Any ideas what specifically is causing this? thanks, -serge