From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgwOM-0005d4-9n for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:01:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgwOH-0005SG-Js for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:01:02 -0400 Received: from [199.232.76.173] (port=50235 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgwOH-0005S6-Gp for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:00:57 -0400 Received: from iona.labri.fr ([147.210.8.143]:39190) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgwOG-0001W1-Vd for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:00:57 -0400 Date: Fri, 28 Aug 2009 10:00:53 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] Switch to disable SDL zoom Message-ID: <20090828080053.GA9921@const.tudelft.nl> References: <1250698389-23005-1-git-send-email-toni@tyndur.org> <4A9724BE.9080107@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <4A9724BE.9080107@codemonkey.ws> Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Antoine Kaufmann , qemu-devel@nongnu.org Anthony Liguori, le Thu 27 Aug 2009 19:28:46 -0500, a =E9crit : > The advantages of this approach are numerous beyond just aesthetics. =20 > This would allow these display properties to be manipulated via the -se= t=20 > option which means that eventually, they'll be tunable via a host=20 > configuration file. It also puts together some interfaces for=20 > supporting multiple graphics cards for guests and multiple display back= ends. Also, it would permit a geometry parameter for the sdl case, which could be useful. Samuel