From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMpnw-0007YG-H0 for qemu-devel@nongnu.org; Wed, 06 Feb 2008 14:19:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMpnu-0007XI-K2 for qemu-devel@nongnu.org; Wed, 06 Feb 2008 14:19:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMpnu-0007XE-GD for qemu-devel@nongnu.org; Wed, 06 Feb 2008 14:19:30 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMpnu-00015L-85 for qemu-devel@nongnu.org; Wed, 06 Feb 2008 14:19:30 -0500 Received: by fg-out-1718.google.com with SMTP id e12so2544649fga.8 for ; Wed, 06 Feb 2008 11:19:29 -0800 (PST) Message-ID: <47AA083B.4090401@codemonkey.ws> Date: Wed, 06 Feb 2008 13:19:23 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows References: <18329.63445.210933.809690@mariner.uk.xensource.com> <18345.60175.649606.299131@mariner.uk.xensource.com> In-Reply-To: <18345.60175.649606.299131@mariner.uk.xensource.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. > > >