[Qemu-devel] [PATCH 6/9] linux-user: Add i386 TLS setter

2013-07-06 Thread Alexander Graf
We can easily set the TLS on i386. Add code to do so. Signed-off-by: Alexander Graf --- linux-user/i386/target_cpu.h | 12 ++-- linux-user/syscall.c |2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/linux-user/i386/target_cpu.h b/linux-user/i386/target_

[Qemu-devel] [PATCH 6/9] linux-user: Add i386 TLS setter

2013-07-05 Thread Alexander Graf
We can easily set the TLS on i386. Add code to do so. Signed-off-by: Alexander Graf --- linux-user/i386/target_cpu.h | 12 ++-- linux-user/syscall.c |2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/linux-user/i386/target_cpu.h b/linux-user/i386/target_