From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtKmc-0001XM-II for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:24:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtKmb-0001X9-6V for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:24:45 -0400 Received: from [199.232.76.173] (port=43175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtKmb-0001X6-1Z for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:24:45 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtKma-0005FV-NK for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:24:44 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m9OBOihI020977 for ; Fri, 24 Oct 2008 07:24:44 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m9OBOh56005239 for ; Fri, 24 Oct 2008 07:24:43 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-52.str.redhat.com [10.32.4.52]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m9OBOgEg004067 for ; Fri, 24 Oct 2008 07:24:42 -0400 Message-ID: <4901B079.1090604@redhat.com> Date: Fri, 24 Oct 2008 13:24:41 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4901AF2E.3030405@redhat.com> In-Reply-To: <4901AF2E.3030405@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Patch] vnc: support vnc port auto-allocation 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 Hi, > This patch makes qemu (optionally) find a free vnc display, using the > -vnc $host:$start,to=$end syntax as discussed on the list a few weeks ago. While being at it: I'm consider doing something simliar for serial/parallel device tcp redirections. Needs the "info chardev" monitor command patch sent earlier this week to be useful. Probably makes sense to factor out the free tcp port scan then. And when being busy hacking the networking code I'd might just make those bits ipv6 ready along the way. Comments? cheers, Gerd