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-0007HT-MJ for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:27:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgwoF-000781-8Z for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:27:51 -0400 Received: from [199.232.76.173] (port=46427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgwoF-00077m-3T for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:27:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21847) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgwoE-0005Kf-MB for qemu-devel@nongnu.org; Fri, 28 Aug 2009 04:27:46 -0400 Message-ID: <4A9794FB.9010204@redhat.com> Date: Fri, 28 Aug 2009 10:27:39 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Switch to disable SDL zoom References: <1250698389-23005-1-git-send-email-toni@tyndur.org> <4A9724BE.9080107@codemonkey.ws> In-Reply-To: <4A9724BE.9080107@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Hi, > -display sdl,frame=off,scaling=off > -display vnc,address=:3,tls > > If you use the recently introduced QemuOptions framework, it should be > very straight forward. I would accept an initial patch that just > converted sdl as vnc is a bit more difficult. FYI: I'm busy looking at switching chardevs to QemuOpts, including the socket code, which in turn should make it alot easier to switch vnc too. cheers, Gerd