From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzGfW-0008E2-Jc for qemu-devel@nongnu.org; Wed, 29 Apr 2009 16:46:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzGfV-0008CB-75 for qemu-devel@nongnu.org; Wed, 29 Apr 2009 16:46:14 -0400 Received: from [199.232.76.173] (port=60806 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzGfU-0008By-Ut for qemu-devel@nongnu.org; Wed, 29 Apr 2009 16:46:12 -0400 Received: from mx20.gnu.org ([199.232.41.8]:9172) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzGfU-0006Tw-JL for qemu-devel@nongnu.org; Wed, 29 Apr 2009 16:46:12 -0400 Received: from naru.obs2.net ([84.20.150.76]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzGfT-0005SR-Lr for qemu-devel@nongnu.org; Wed, 29 Apr 2009 16:46:11 -0400 Date: Wed, 29 Apr 2009 23:43:16 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH] linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt Message-ID: <20090429204316.GA28836@kos.to> References: <1240695019.21332.1.camel@coalu.atr> <20090427172134.GA23911@codesourcery.com> <1240855506.29022.1.camel@coalu.atr> <20090429180048.GA19011@kos.to> <20090429203552.GB20993@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090429203552.GB20993@shareable.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier Cc: Riku Voipio , Lionel Landwerlin , Nathan Froyd , qemu-devel@nongnu.org On Wed, Apr 29, 2009 at 09:35:52PM +0100, Jamie Lokier wrote: > Riku Voipio wrote: > > These are defined in include/linux/in.h so they should be same on all archs? > But what if you're compiling for a non-Linux host? Generally speaking if you comple Qemu Linux-user on a non-Linux host you just fail. With or without this patch.