From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvtR9-0004Eo-6Q for qemu-devel@nongnu.org; Fri, 31 Oct 2008 08:49:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvtR7-0004CX-8k for qemu-devel@nongnu.org; Fri, 31 Oct 2008 08:49:10 -0400 Received: from [199.232.76.173] (port=56575 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtR7-0004CD-3Z for qemu-devel@nongnu.org; Fri, 31 Oct 2008 08:49:09 -0400 Received: from mx2.redhat.com ([66.187.237.31]:47788) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvtR5-0001kv-SG for qemu-devel@nongnu.org; Fri, 31 Oct 2008 08:49:08 -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 m9VCn2TR007712 for ; Fri, 31 Oct 2008 08:49:02 -0400 From: Gerd Hoffmann Date: Fri, 31 Oct 2008 13:47:30 +0100 Message-Id: <1225457254-1000-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] ipv6 and autoport patches. 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 Hi, This patch series starts adding support for auto-allocating tcp ports and for ipv6 to qemu. It adds a new "info chardev" command (needed to query the auto-allocated ports), adds socket helper functiond with ipv6 support and finally switches chardevs and vnc over to the new socket helpers. Individual patches have more vebose descriptions. New in v2: * address review comments from Daniel P. Berrange and Blue Swirl. * fixed windows build (mingw32 crosscompiler). * added -ipv4 and -ipv6 switches to the help text. cheers, Gerd