From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL7SQ-0006ln-AB for qemu-devel@nongnu.org; Thu, 08 Jan 2009 21:50:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL7SO-0006kn-S4 for qemu-devel@nongnu.org; Thu, 08 Jan 2009 21:50:45 -0500 Received: from [199.232.76.173] (port=60076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL7SO-0006kk-LL for qemu-devel@nongnu.org; Thu, 08 Jan 2009 21:50:44 -0500 Received: from rn-out-0910.google.com ([64.233.170.191]:7975) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL7SO-0006Do-BV for qemu-devel@nongnu.org; Thu, 08 Jan 2009 21:50:44 -0500 Received: by rn-out-0910.google.com with SMTP id 56so5996866rnw.8 for ; Thu, 08 Jan 2009 18:50:42 -0800 (PST) Message-ID: <4966BB7A.3090303@codemonkey.ws> Date: Thu, 08 Jan 2009 20:50:34 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Ongoing changes to the displaying code References: <4966ADD4.5090102@codesourcery.com> In-Reply-To: <4966ADD4.5090102@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; 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 Daniel Gutson wrote: > Hi, > I'm doing some development related with the displaying bits, and > wanted to give an early notice for syncing purposes (specially in > terms of Stefano's work). > > The development I'm doing intends to add a GUI, which the following > abilities: > - show more than one DisplayState in a single VT (I think this was > previously referred as 'DS multiplexing'), capable of being a mix of > graphic/text (see below) > - add a skin to each VT > - provide "buttons" with associated actions (such as keyboard input) > - define all these attributes from an XML file > - in the case of VNC, the ability to show a different VT in each > connection. I don't think any of this is a good idea with the exception of supporting multiple DisplayStates. If you want skins and such, you should just build an external GUI than connects to QEMU via VNC. Regards, Anthony Liguori