From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kuo6Y-0004TC-V6 for qemu-devel@nongnu.org; Tue, 28 Oct 2008 08:55:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kuo6W-0004Rx-WF for qemu-devel@nongnu.org; Tue, 28 Oct 2008 08:55:26 -0400 Received: from [199.232.76.173] (port=52910 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kuo6W-0004Rp-HI for qemu-devel@nongnu.org; Tue, 28 Oct 2008 08:55:24 -0400 Received: from mx1.redhat.com ([66.187.233.31]:40511) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kuo6W-0000ln-1o for qemu-devel@nongnu.org; Tue, 28 Oct 2008 08:55:24 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m9SCtNTc019446 for ; Tue, 28 Oct 2008 08:55:23 -0400 From: Gerd Hoffmann Date: Tue, 28 Oct 2008 13:55:14 +0100 Message-Id: <1225198518-16529-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 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. cheers, Gerd