qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows
Date: Wed, 06 Feb 2008 13:19:23 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071229)

Ian Jackson wrote:
iwj writes ("[PATCH] Allow AF_UNIX sockets to be disabled on non-Windows"):
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.

If you don't like my patches please do say.

It should just check a define for _MINIOS. That makes it a lot more obvious why it's not being included.

Regards,

Anthony Liguori

Ian.







reply via email to

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