From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wong Subject: can not start "-vga std" after upgrade to git snapshot Date: Sun, 21 Feb 2010 20:08:57 +0800 Message-ID: <4B812259.2090402@wonghome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 7bit To: KVM list Return-path: Received: from maiden102-124.ctimail.com ([61.93.57.124]:53657 "EHLO maiden102.ctimail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751830Ab0BUMJI (ORCPT ); Sun, 21 Feb 2010 07:09:08 -0500 Received: from smtp1o.ctimail.com (smtp1o [203.186.94.57]) by maiden102.ctimail.com (8.13.4/8.13.4) with ESMTP id o1LC93J5016340 for ; Sun, 21 Feb 2010 20:09:03 +0800 Received: from pdc.wonghome.net (124244200136.ctinets.com [124.244.200.136]) by smtp1o.ctimail.com (8.12.11/8.12.11) with ESMTP id o1LC92Yp022017 for ; Sun, 21 Feb 2010 20:09:03 +0800 (HKT) Received: from pdc.wonghome.net (localhost [127.0.0.1]) by pdc.wonghome.net (Postfix) with ESMTP id 6C97A4171D for ; Sun, 21 Feb 2010 20:09:01 +0800 (HKT) Received: from [192.168.168.3] (redcat.wonghome.net [192.168.168.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pdc.wonghome.net (Postfix) with ESMTPSA id 22ADB416DD for ; Sun, 21 Feb 2010 20:09:01 +0800 (HKT) Sender: kvm-owner@vger.kernel.org List-ID: After upgrade to snapshot "http://git.kernel.org/?p=virt/kvm/qemu-kvm.git;a=snapshot;h=db311e8619d310bd7729637b702581d3d8565049;sf=tgz", i can not see the "-vga std" screen, kvm will start the vnc instead vga. my kvm command like this: ${KVM} -drive if=virtio,media=disk,cache=none,format=qcow2,file=${IMG},boot=on \ -drive if=ide,media=disk,cache=none,format=qcow2,file=${NTFSDISK} \ -net nic,vlan=${NUM},model=virtio,macaddr=00:AA:BB:CC:DD:0${NUM} \ -net tap,vlan=${NUM},ifname="${iface}",script=/etc/kvm/kvm-ifup,downscript=/etc/kvm/kvm-ifdown \ -localtime -smp 2 \ -usb -usbdevice tablet \ -soundhw all \ -k en-us -monitor stdio \ -mem-path /hugepages \ -enable-kvm \ -m 2048 -vga std -boot order=c,menu=off please help, and thank you.