From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzA8b-0005MF-Mk for qemu-devel@nongnu.org; Tue, 16 Jul 2013 14:38:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzA8Y-00039B-5F for qemu-devel@nongnu.org; Tue, 16 Jul 2013 14:38:13 -0400 Received: from mail-gg0-x231.google.com ([2607:f8b0:4002:c02::231]:48505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzA8X-000394-UH for qemu-devel@nongnu.org; Tue, 16 Jul 2013 14:38:10 -0400 Received: by mail-gg0-f177.google.com with SMTP id i1so260190ggn.22 for ; Tue, 16 Jul 2013 11:38:09 -0700 (PDT) Sender: Richard Henderson Message-ID: <51E5930C.4030009@twiddle.net> Date: Tue, 16 Jul 2013 11:38:04 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1373996700-29286-1-git-send-email-peter.maydell@linaro.org> <1373996700-29286-12-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1373996700-29286-12-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 11/13] linux-user: Add i386 TLS setter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jia Liu , patches@linaro.org, Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , "Edgar E. Iglesias" , Guan Xuetao , Aurelien Jarno , Laurent Vivier On 07/16/2013 10:44 AM, Peter Maydell wrote: > From: Alexander Graf > > We can easily set the TLS on i386. Add code to do so. > > Signed-off-by: Alexander Graf > [PMM: also remove "target_nptl=no" line from configure, for > consistency with other patches in this series] > Signed-off-by: Peter Maydell > --- > configure | 1 - > linux-user/i386/target_cpu.h | 12 ++++++++++-- > linux-user/syscall.c | 2 +- > 3 files changed, 11 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~