]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commit
Make it possible to disable AF_UNIX (unix-domain) sockets
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 13 Feb 2008 16:18:49 +0000 (16:18 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 12 May 2008 11:16:23 +0000 (12:16 +0100)
commitd91042cafb62fc07436a3a2a8dd1ff247c8bd6d5
treefd2bbbfe05f0f440e0a7412da392238b0139d0cf
parentbf4b8549b70e1ed721b372771eaae04e7a5a0f8a
Make it possible to disable AF_UNIX (unix-domain) sockets

The patch below makes it possible to disable AF_UNIX (unix-domain)
sockets in host environments which do not define _WIN32, by adding
-DNO_UNIX_SOCKETS to the compiler flags.  This is useful in the
effectively-embedded qemu host which are going to be using for device
emulation in Xen.
qemu_socket.h
vl.c
vnc.c