From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfUte-0004Z9-PI for qemu-devel@nongnu.org; Thu, 11 Feb 2010 03:59:38 -0500 Received: from [199.232.76.173] (port=60006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfUte-0004YY-7v for qemu-devel@nongnu.org; Thu, 11 Feb 2010 03:59:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfUtM-0004c9-1S for qemu-devel@nongnu.org; Thu, 11 Feb 2010 03:59:37 -0500 Received: from mail-pz0-f176.google.com ([209.85.222.176]:33994) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfUtL-0004bz-NO for qemu-devel@nongnu.org; Thu, 11 Feb 2010 03:59:19 -0500 Received: by pzk6 with SMTP id 6so329936pzk.18 for ; Thu, 11 Feb 2010 00:59:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 11 Feb 2010 09:59:18 +0100 Message-ID: <761ea48b1002110059m1fbd86f9qb07b1d9e17b7fca7@mail.gmail.com> Subject: Re: [Qemu-devel] forking i386 binaries on arm linux user mode From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Damion Yates Cc: qemu-devel@nongnu.org On Wed, Feb 10, 2010 at 10:38 PM, Damion Yates wrote: [...] > Should clone()/fork() work? =A0Has anyone been able to run wine ./blah.ex= e > under user-linux mode of qemu on arm or indeed any other non x86 based > CPU ? I forgot to mention NPTL is not supported for x86 which will be an issue. Laurent