From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCbYd-000361-AE for qemu-devel@nongnu.org; Mon, 23 Nov 2009 11:14:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCbYY-00034t-Hu for qemu-devel@nongnu.org; Mon, 23 Nov 2009 11:14:30 -0500 Received: from [199.232.76.173] (port=55537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCbYY-00034k-EI for qemu-devel@nongnu.org; Mon, 23 Nov 2009 11:14:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCbYX-0003w2-Ft for qemu-devel@nongnu.org; Mon, 23 Nov 2009 11:14:25 -0500 Message-ID: <4B0AB4C6.3060301@redhat.com> Date: Mon, 23 Nov 2009 17:13:58 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/9] chardev: add greeting References: <1258450699-24445-1-git-send-email-kraxel@redhat.com> <200911201741.14183.paul@codesourcery.com> <4B0A4648.1070307@redhat.com> <200911231326.09362.paul@codesourcery.com> <4B0AA5F8.2010508@redhat.com> <4B0AA840.5090701@codemonkey.ws> In-Reply-To: <4B0AA840.5090701@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15; 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: Paul Brook , qemu-devel@nongnu.org On 11/23/09 16:20, Anthony Liguori wrote: > Gerd Hoffmann wrote: >> On 11/23/09 14:26, Paul Brook wrote: >>> I thinking more that this should be done by the character backend >>> itself. For >>> example, the "graphical" consoles should probably be putting this as >>> part of >>> the window title >> >> Doesn't work with vnc. > > A vc is what renders the for VNC so if the "vc" did this, it would just > work for VNC and SDL. Yea, right, as vc is the only user we can easily make this local to console.c. Good idea. We can even colorize it then ;) What I was referring to is that updating the window title of the vnc client isn't going to work. Well, at least not that easy. As Daniel points out a extension for that exists, but I'd tend to not depend on a optional vnc client feature for this. cheers, Gerd