From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L00Dz-0007ha-86 for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:52:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L00Dy-0007ga-1d for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:52:34 -0500 Received: from [199.232.76.173] (port=38077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L00Dx-0007gQ-RS for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:52:33 -0500 Received: from yx-out-1718.google.com ([74.125.44.155]:41101) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L00Dx-0005PV-JP for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:52:33 -0500 Received: by yx-out-1718.google.com with SMTP id 3so39045yxi.82 for ; Tue, 11 Nov 2008 12:52:31 -0800 (PST) Message-ID: <4919F086.2050509@codemonkey.ws> Date: Tue, 11 Nov 2008 14:52:22 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/3] sockets: switch vnc to new code, support vnc port auto-allocation. References: <1225730550-31941-1-git-send-email-kraxel@redhat.com> <1225730550-31941-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1225730550-31941-3-git-send-email-kraxel@redhat.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 Gerd Hoffmann wrote: > This patch switches the vnc code ofer to the new socket helper > functions. > > It adds support IPv6 support and for automatically allocating an unused > vnc display port. The latter is handled ising a to= option, specifying > the upper limit for the display number to try. Scanning is started at > the display number given in the display specification, i.e. this command > line: > > -vnc localhost:7,to=11 > > will try displays 7 to 11 (inclusive). > > There are also new "ipv4" and "ipv6" options to make qemu try only > the specified internet protocol version. > > The display actually allocated can be queried using the "info vnc" > monitor command. > > Signed-off-by: Gerd Hoffmann Applied. Thanks. Regards, Anthony Liguori