qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] sockets: helper functions for qemu.


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1/3] sockets: helper functions for qemu.
Date: Tue, 11 Nov 2008 14:47:53 -0600
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

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 <address@hidden

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]