From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjpLf-0000cQ-0Q for qemu-devel@nongnu.org; Sun, 28 Sep 2008 02:01:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjpLd-0000bl-BX for qemu-devel@nongnu.org; Sun, 28 Sep 2008 02:01:38 -0400 Received: from [199.232.76.173] (port=41631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjpLd-0000bi-8B for qemu-devel@nongnu.org; Sun, 28 Sep 2008 02:01:37 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:37282) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjpLc-0004HY-7X for qemu-devel@nongnu.org; Sun, 28 Sep 2008 02:01:36 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1685562wfd.4 for ; Sat, 27 Sep 2008 23:01:34 -0700 (PDT) Message-ID: Date: Sun, 28 Sep 2008 09:01:34 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [5335] Change the way video graphics adapter is selected In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 9/28/08, malc wrote: > Revision: 5335 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5335 > Author: malc > Date: 2008-09-28 00:42:05 +0000 (Sun, 28 Sep 2008) > > Log Message: > ----------- > Change the way video graphics adapter is selected > > Instead of having (current)three command line switches -std-vga, > -cirrusvga and -vmwarevga, provide one -vga switch which takes > an argument, so that: > qemu -std-vga becomes qemu -vga std > qemu -cirrusvga becomes qemu -vga cirrus > qemu -vmwarevga becomes qemu -vga vmware I'd prefer a more generic syntax, like -drive options: -displayhw model=vga,type=std -displayhw model=vga,type=std -displayhw model=vga,type=std -displayhw model=tcx,type=hardwarecursor Then this option would be useful for non-VGA targets. I don't see -vga xxx as an improvement over -xxx-vga. Also, there should be compatibility support for previous syntax, like -cdrom or -hda implies some -drive options.