From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzHWx-0001xU-Ms for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:41:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzHWx-0001xE-6U for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:41:27 -0400 Received: from [199.232.76.173] (port=34953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzHWx-0001x8-4C for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:41:27 -0400 Received: from naru.obs2.net ([84.20.150.76]:47980) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzHWw-0000L0-TW for qemu-devel@nongnu.org; Wed, 29 Apr 2009 17:41:27 -0400 Date: Thu, 30 Apr 2009 00:41:24 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH] linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt Message-ID: <20090429214124.GA32434@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> <20090429204316.GA28836@kos.to> <20090429210018.GA27613@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090429210018.GA27613@shareable.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier , qemu-devel@nongnu.org, Nathan Froyd On Wed, Apr 29, 2009 at 10:00:18PM +0100, Jamie Lokier wrote: > 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? It is not officially supported. There are just too many places in the current linux-user code that expect a linux host. Thou there has been interest in working those bits to be more generic recently. recently.