From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuqtL-0006Gh-Co for qemu-devel@nongnu.org; Tue, 28 Oct 2008 11:53:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuqtH-0006EV-D3 for qemu-devel@nongnu.org; Tue, 28 Oct 2008 11:53:58 -0400 Received: from [199.232.76.173] (port=43193 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuqtH-0006EM-2g for qemu-devel@nongnu.org; Tue, 28 Oct 2008 11:53:55 -0400 Received: from an-out-0708.google.com ([209.85.132.248]:43476) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuqtG-0004y1-KO for qemu-devel@nongnu.org; Tue, 28 Oct 2008 11:53:54 -0400 Received: by an-out-0708.google.com with SMTP id d18so202633and.130 for ; Tue, 28 Oct 2008 08:53:54 -0700 (PDT) Message-ID: <4907358E.1060307@codemonkey.ws> Date: Tue, 28 Oct 2008 10:53:50 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] ipv6 and autoport patches. References: <1225198518-16529-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1225198518-16529-1-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: > 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. > These look good and they make info chardev quite a lot more attractive. Regards, Anthony Liguori > cheers, > Gerd > > > >