From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCaZP-00062Y-3R for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:11:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCaZJ-0005vM-TB for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:11:14 -0500 Received: from [199.232.76.173] (port=36877 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCaZJ-0005uj-Lm for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:11:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCaZI-00013d-UZ for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:11:09 -0500 Message-ID: <4B0AA5F8.2010508@redhat.com> Date: Mon, 23 Nov 2009 16:10:48 +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> In-Reply-To: <200911231326.09362.paul@codesourcery.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: Paul Brook Cc: qemu-devel@nongnu.org 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. cheers, Gerd