From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wong Subject: Re: can not start "-vga std" after upgrade to git snapshot Date: Wed, 24 Feb 2010 18:59:41 +0800 Message-ID: <4B85069D.3050503@wonghome.net> References: <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-099.ctimail.com ([61.93.57.99]:38274 "EHLO maiden102.ctimail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756637Ab0BXK7v (ORCPT ); Wed, 24 Feb 2010 05:59:51 -0500 Received: from smtp1o.ctimail.com (smtp1o [203.186.94.57]) by maiden102.ctimail.com (8.13.4/8.13.4) with ESMTP id o1OAxkUG000648 for ; Wed, 24 Feb 2010 18:59:46 +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 o1OAxjtK015696 for ; Wed, 24 Feb 2010 18:59:46 +0800 (HKT) Received: from pdc.wonghome.net (localhost [127.0.0.1]) by pdc.wonghome.net (Postfix) with ESMTP id EB6274173B for ; Wed, 24 Feb 2010 18:59:44 +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 B8CAF41728 for ; Wed, 24 Feb 2010 18:59:44 +0800 (HKT) In-Reply-To: <4B812259.2090402@wonghome.net> Sender: kvm-owner@vger.kernel.org List-ID: Nobody use "-monitor stdio" option have this problem? please help, thank you. > 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. > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >