From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz9Qz-0008Ry-GX for qemu-devel@nongnu.org; Tue, 16 Jul 2013 13:53:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz9Qw-00007X-8p for qemu-devel@nongnu.org; Tue, 16 Jul 2013 13:53:09 -0400 Received: from mail-gh0-x229.google.com ([2607:f8b0:4002:c05::229]:59582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz9Qw-00006U-5G for qemu-devel@nongnu.org; Tue, 16 Jul 2013 13:53:06 -0400 Received: by mail-gh0-f169.google.com with SMTP id r1so252330ghr.14 for ; Tue, 16 Jul 2013 10:53:05 -0700 (PDT) Sender: Richard Henderson Message-ID: <51E5887C.8020703@twiddle.net> Date: Tue, 16 Jul 2013 10:53:00 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1373996700-29286-1-git-send-email-peter.maydell@linaro.org> <1373996700-29286-4-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1373996700-29286-4-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 03/13] configure: Enable threading on all ppc and mips linux-user targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jia Liu , patches@linaro.org, qemu-devel@nongnu.org, Riku Voipio , Alexander Graf , Laurent Vivier , Blue Swirl , "Edgar E. Iglesias" , Guan Xuetao , Aurelien Jarno On 07/16/2013 10:44 AM, Peter Maydell wrote: > Add x86-64 implementation of cpu_set_tls() (like the kernel, we > just have to call do_arch_prctl() to set FS); this allows us to > enable NPTL. > > Signed-off-by: Peter Maydell > --- > configure | 1 - > linux-user/i386/target_cpu.h | 7 +++++++ > linux-user/syscall.c | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~