Re: [Qemu-devel] [PATCH v3 11/13] linux-user: Add i386 TLS setter

2013-07-16 Thread Richard Henderson
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

[Qemu-devel] [PATCH v3 11/13] linux-user: Add i386 TLS setter

2013-07-16 Thread Peter Maydell
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-us