From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6p6H-0004Lw-DG for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:01:37 -0400 Received: from [140.186.70.92] (port=36134 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6p6F-0004L9-Qx for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6p6E-0000vg-F9 for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:01:35 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:45792) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6p6E-0000vP-9E for qemu-devel@nongnu.org; Tue, 27 Apr 2010 14:01:34 -0400 Received: by pvh11 with SMTP id 11so534851pvh.4 for ; Tue, 27 Apr 2010 11:01:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <015e01cae594$3de6d920$b9b48b60$@ucsc.edu> References: <015e01cae594$3de6d920$b9b48b60$@ucsc.edu> Date: Tue, 27 Apr 2010 21:01:31 +0300 Message-ID: Subject: Re: [Qemu-devel] NPTL user mode fixes From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Munday Cc: qemu-devel@nongnu.org On 4/27/10, David Munday wrote: > > > > > Hi, > > I starting to work with qemu to enable NPTL dependent binaries to run in > user mode. I see that currently NPTL is not supported for SPARC or x86. > > > > What is still left to do for NPTL support? I'd start by checking what kind of changes are in the commits, which enabled NPTL to those architectures that support it. Then some debugging with a simple test case should do it. It should help if you know NPTL implementation details.