From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzGtH-0005bo-Kt for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:00:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzGtE-0005ZZ-1x for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:00:26 -0400 Received: from [199.232.76.173] (port=51104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzGtD-0005ZU-Rq for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:00:23 -0400 Received: from mail2.shareable.org ([80.68.89.115]:54472) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzGtD-0001nl-9R for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:00:23 -0400 Date: Wed, 29 Apr 2009 22:00:18 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt Message-ID: <20090429210018.GA27613@shareable.org> 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> <20090429204316.GA28836@kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090429204316.GA28836@kos.to> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Lionel Landwerlin , Nathan Froyd , qemu-devel@nongnu.org Riku Voipio wrote: > 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. Oh. Are non-Linux hosts officially not supported, or is this just a matter of some things being broken? -- Jamie