From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx2Vl-0006Ya-Im for qemu-devel@nongnu.org; Mon, 03 Nov 2008 11:42:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx2Vj-0006X4-Dx for qemu-devel@nongnu.org; Mon, 03 Nov 2008 11:42:40 -0500 Received: from [199.232.76.173] (port=55053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx2Vi-0006Wq-UT for qemu-devel@nongnu.org; Mon, 03 Nov 2008 11:42:39 -0500 Received: from mx2.redhat.com ([66.187.237.31]:58537) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kx2Vi-0004kp-7K for qemu-devel@nongnu.org; Mon, 03 Nov 2008 11:42:38 -0500 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 mA3GgZ7q025390 for ; Mon, 3 Nov 2008 11:42:35 -0500 From: Gerd Hoffmann Date: Mon, 3 Nov 2008 17:42:27 +0100 Message-Id: <1225730550-31941-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/3] 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 v3: * killed global -ipv[46] switches, made them per connection. * killed qemu-sockets.h, using existing qemu_socket.h instead. * fixup a few more things pointed out in review (if style, ...). * "info chardev" patch disappeared due to being merged. * rebased patches latest svn, fixup qemu-char.c creation fallout. 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