qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Allow AF_UNIX sockets to be disabled on non-Win


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows
Date: Fri, 25 Jan 2008 09:09:08 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Ian Jackson wrote:
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.

Ian.

Presumably, this is because you're compiling for MiniOS? Why not just add a _MINIOS define and then add an appropriate #ifndef.

Regards,

Anthony Liguori





reply via email to

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