From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7bSA-0003Kc-R9 for qemu-devel@nongnu.org; Tue, 02 Dec 2008 15:02:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7bSA-0003Jh-66 for qemu-devel@nongnu.org; Tue, 02 Dec 2008 15:02:38 -0500 Received: from [199.232.76.173] (port=39973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7bSA-0003JS-1c for qemu-devel@nongnu.org; Tue, 02 Dec 2008 15:02:38 -0500 Received: from yx-out-1718.google.com ([74.125.44.154]:59826) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7bS9-0003Rh-IZ for qemu-devel@nongnu.org; Tue, 02 Dec 2008 15:02:37 -0500 Received: by yx-out-1718.google.com with SMTP id 3so1229850yxi.82 for ; Tue, 02 Dec 2008 12:02:36 -0800 (PST) Message-ID: <49359455.2050402@codemonkey.ws> Date: Tue, 02 Dec 2008 14:02:29 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Exclude unix: from vnc call to unix_listen() References: <20081201205807.GA13481@us.ibm.com> In-Reply-To: <20081201205807.GA13481@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; 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 Cc: Gerd Hoffmann Ryan Harper wrote: > When using an existing unix socket like: > > -vnc unix:/tmp/file1Y2nY2 > > qemu fails to bind a unix socket because the vnc call to unix_listen includes > the unix: prefix and stores that in the unix.sun_path. The fix is to not pass > in unix: for the filename (same way qemu-char.c does it). > Applied. Thanks. Regards, Anthony Liguori