Ian Jackson
2008-Feb-06 17:26 UTC
[Xen-devel] [PATCH] ioemu: config cleanup re AF_UNIX sockets on non-Windows
This patch was submitted upstream to qemu but has not yet been accepted or rejected there. This change ought probably to be made to xen-unstable now to help support stub domains. Here is what I wrote in my submission to qemu upstream: 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. Note that the change I submit below does _not_ engage this change for minios. The patch should be applied with cd tools/ioemu/ patch -p0 <.../qemu-allow-no-unix-sockets.patch Ian. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel