From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCaiX-0006MN-CM for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:20:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCaiS-0006H1-Kn for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:20:41 -0500 Received: from [199.232.76.173] (port=39399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCaiS-0006Gi-Cz for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:20:36 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:8962) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCaiS-0002tb-3i for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:20:36 -0500 Received: by qw-out-1920.google.com with SMTP id 5so1109627qwc.4 for ; Mon, 23 Nov 2009 07:20:35 -0800 (PST) Message-ID: <4B0AA840.5090701@codemonkey.ws> Date: Mon, 23 Nov 2009 09:20:32 -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> In-Reply-To: <4B0AA5F8.2010508@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 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. > > cheers, > Gerd > >