From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCagp-0004Sp-Sf for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:18:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCagl-0004Kp-33 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:18:55 -0500 Received: from [199.232.76.173] (port=39365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCagk-0004Ka-Ua for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:18:50 -0500 Received: from mx20.gnu.org ([199.232.41.8]:11045) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCagk-0002dG-G3 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:18:50 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCagj-0008Vh-0t for qemu-devel@nongnu.org; Mon, 23 Nov 2009 10:18:49 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 1/9] chardev: add greeting Date: Mon, 23 Nov 2009 15:18:46 +0000 References: <1258450699-24445-1-git-send-email-kraxel@redhat.com> <200911231326.09362.paul@codesourcery.com> <4B0AA5F8.2010508@redhat.com> In-Reply-To: <4B0AA5F8.2010508@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200911231518.46813.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Monday 23 November 2009, 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. That's why it needs to be a backend decision. The VNC devices should display his information however is most appropriate. Paul