From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmFYH-0006c0-Cz for qemu-devel@nongnu.org; Sat, 04 Oct 2008 18:24:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmFYF-0006bg-Va for qemu-devel@nongnu.org; Sat, 04 Oct 2008 18:24:41 -0400 Received: from [199.232.76.173] (port=42839 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmFYF-0006ba-PN for qemu-devel@nongnu.org; Sat, 04 Oct 2008 18:24:39 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:46672) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KmFYD-0008J0-MP for qemu-devel@nongnu.org; Sat, 04 Oct 2008 18:24:39 -0400 Received: by gxk12 with SMTP id 12so4251735gxk.10 for ; Sat, 04 Oct 2008 15:24:35 -0700 (PDT) Message-ID: <48E7ED20.5020001@codemonkey.ws> Date: Sat, 04 Oct 2008 17:24:32 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] patch to change window title in qemu vnc References: <48E78781.9040300@cs.uni-frankfurt.de> In-Reply-To: <48E78781.9040300@cs.uni-frankfurt.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Andreas Leicher wrote: > Hi, > > enclosed you find a patch, that changes the window title as seen by > VNC clients connecting to qemu vnc-sessions from "QEMU" to "QEMU VNC:" > followed by the displaynumber you specified with the command line > parameter -vnc :0. This is already supported via the -name parameter. Your patch is against an old copy of QEMU. Regards, Anthony Liguori > This comes in very handy in case you have different qemu instances > running on a remote host, and you access them via vnc, as the client's > window title gives you a hint to which virtual machine you are > connected right now. > > Regards, Andreas