From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjxTK-000209-Q0 for qemu-devel@nongnu.org; Sun, 28 Sep 2008 10:42:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjxTJ-0001zj-CJ for qemu-devel@nongnu.org; Sun, 28 Sep 2008 10:42:06 -0400 Received: from [199.232.76.173] (port=42870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjxTJ-0001zg-2a for qemu-devel@nongnu.org; Sun, 28 Sep 2008 10:42:05 -0400 Received: from rn-out-0910.google.com ([64.233.170.184]:24961) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjxTI-0000OQ-HN for qemu-devel@nongnu.org; Sun, 28 Sep 2008 10:42:04 -0400 Received: by rn-out-0910.google.com with SMTP id m61so1313826rnd.8 for ; Sun, 28 Sep 2008 07:42:02 -0700 (PDT) Message-ID: <48DF977D.7050401@codemonkey.ws> Date: Sun, 28 Sep 2008 09:41:01 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5335] Change the way video graphics adapter is selected References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 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 > > Update documentation accordingly. > std is probably more aptly named "vesa". I'm a little surprised that you didn't maintain the old arguments for compatibility. Is this going to totally break management tools or can they cope with this kind of change? Regards, Anthony Liguori