From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1GYM-0000vI-3Z for qemu-devel@nongnu.org; Tue, 14 Aug 2012 08:48:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1GYK-0002ii-2H for qemu-devel@nongnu.org; Tue, 14 Aug 2012 08:48:58 -0400 Message-ID: <1344945843.2481.21.camel@pasglop> From: Benjamin Herrenschmidt Date: Tue, 14 Aug 2012 22:04:03 +1000 In-Reply-To: <502A30A5.3010600@suse.de> References: <1344307320-25094-1-git-send-email-zhlcindy@linux.vnet.ibm.com> <1344307320-25094-4-git-send-email-zhlcindy@linux.vnet.ibm.com> <502A30A5.3010600@suse.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [Qemu-ppc][PATCH v7 3/3] spapr: Add support for -vga option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Li Zhang , qemu-ppc@nongnu.org, Li Zhang , afaerber@suse.de, david@gibson.dropbear.id.au On Tue, 2012-08-14 at 13:04 +0200, Alexander Graf wrote: > Thanks, applied to ppc-next without the USB bits. I also get the > following warning now: > > $ ./ppc64-softmmu/qemu-system-ppc64 -nographic -M pseries -kernel > /boot/vmlinux -initrd /boot/initrd -enable-kvm -m 1G -append > root=/dev/null > This vga model is not supported,currently it only supports -vga std > [...] > > Fixing with a follow-up patch. Right, nowadays qemu defaults to cirrus regardless of the arch which is annoying. In fact it even creates a vga card with -nographic, you have to do -vga none to avoid it which is even more annoying for us :-) That's an area where we want less stupid global magic in vl.c and more fine tunes arch control. Cheers, Ben