Home
last modified time | relevance | path

Searched hist:"0983 f5e6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-sockets.c0983f5e6 Tue Sep 01 08:46:50 CDT 2015 Daniel P. Berrange <berrange@redhat.com> sockets: allow port to be NULL when listening on IP address

If the port in the SocketAddress struct is NULL, it can allow
the kernel to automatically select a free port. This is useful
in particular in unit tests to avoid a race trying to find a
free port to run a test case on.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>