From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1jpd-0006Tv-KB for qemu-devel@nongnu.org; Thu, 29 May 2008 11:14:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1jpb-0006T5-TU for qemu-devel@nongnu.org; Thu, 29 May 2008 11:14:21 -0400 Received: from [199.232.76.173] (port=35786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1jpb-0006St-DR for qemu-devel@nongnu.org; Thu, 29 May 2008 11:14:19 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:60321) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1jpa-0001kI-V8 for qemu-devel@nongnu.org; Thu, 29 May 2008 11:14:19 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [4616] NPTL host detection and futex syscall passthrough. Date: Thu, 29 May 2008 16:14:09 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ansi_x3.4-1968" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805291614.10570.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stuart Anderson On Thursday 29 May 2008, Stuart Anderson wrote: > On Thu, 29 May 2008, Paul Brook wrote: > > Revision: 4616 > > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4616 > > Author: pbrook > > Date: 2008-05-29 14:34:11 +0000 (Thu, 29 May 2008) > > > > Log Message: > > ----------- > > NPTL host detection and futex syscall passthrough. > > I'm glad to see this (and the recent TLS) patches make it in finally! > > This patch however doesn't handle private futexes which we're now seeing > in the field, nor does it handle byte swaping as is needed for certain > host/target combinations. Byteswapping should work fine. Paul