From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L009Y-0005rT-9e for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:48:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L009W-0005r7-JH for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:48:00 -0500 Received: from [199.232.76.173] (port=35336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L009W-0005r4-CL for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:47:58 -0500 Received: from qw-out-1920.google.com ([74.125.92.147]:25828) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L009W-0004vf-55 for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:47:58 -0500 Received: by qw-out-1920.google.com with SMTP id 5so56480qwc.4 for ; Tue, 11 Nov 2008 12:47:56 -0800 (PST) Message-ID: <4919EF79.103@codemonkey.ws> Date: Tue, 11 Nov 2008 14:47:53 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] sockets: helper functions for qemu. References: <1225730550-31941-1-git-send-email-kraxel@redhat.com> <1225730550-31941-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1225730550-31941-2-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: > This patch creates a new source file qemu-sockets.c with a bunch of > helper functions to create listening and connected sockets. > > New features of this code are (a) support for searching for a free > port in a given range and (b) support for IPv6. > > The following patches put that code into use. > > Signed-off-by: Gerd Hoffmann Applied. Thanks. With a small fixup so that it would build on Windows. net.h does not include stdint so moving send_all() to it failed with Windows. I changed send_all() to take a void *, which makes more sense anyway. Regards, Anthony Liguori