From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFqbp-0002dH-Si for qemu-devel@nongnu.org; Wed, 02 Dec 2009 09:55:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFqbl-0002bs-8h for qemu-devel@nongnu.org; Wed, 02 Dec 2009 09:55:13 -0500 Received: from [199.232.76.173] (port=53955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFqbl-0002be-3V for qemu-devel@nongnu.org; Wed, 02 Dec 2009 09:55:09 -0500 Received: from mail-qy0-f194.google.com ([209.85.221.194]:45786) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFqbk-0001xZ-Mu for qemu-devel@nongnu.org; Wed, 02 Dec 2009 09:55:08 -0500 Received: by qyk32 with SMTP id 32so93198qyk.4 for ; Wed, 02 Dec 2009 06:55:08 -0800 (PST) Message-ID: <4B167FC9.1080502@codemonkey.ws> Date: Wed, 02 Dec 2009 08:55:05 -0600 From: Anthony Liguori 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> <4B0AB4C6.3060301@redhat.com> In-Reply-To: <4B0AB4C6.3060301@redhat.com> 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: Gerd Hoffmann Cc: Paul Brook , qemu-devel@nongnu.org Gerd Hoffmann wrote: > 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. It will at least be updated on reconnect. Regards, Anthony Liguori