qemu-e2k/linux-user
Helge Deller 9a7f682c26 linux-user: Adjust child_tidptr on set_tid_address() syscall
Keep track of the new child tidptr given by a set_tid_address() syscall.

Do not call the host set_tid_address() syscall because we are emulating
the behaviour of writing to child_tidptr in the exit() path.

Signed-off-by: Helge Deller<deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <YpH+2sw1PCRqx/te@p100>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2022-06-24 10:00:01 +02:00
..
aarch64 linux-user/aarch64: Introduce sve_vq 2022-06-08 19:38:55 +01:00
alpha Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
arm target/arm: Change CPUArchState.thumb to bool 2022-04-22 14:44:54 +01:00
cris Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
generic
hexagon Clean up decorations and whitespace around header guards 2022-05-11 16:50:32 +02:00
hppa
i386 Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
include linux-user/host/s390: Treat EX and EXRL as writes 2022-05-23 22:54:02 +02:00
m68k target/m68k: Implement TRAPcc 2022-06-02 09:35:02 +02:00
microblaze Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
mips Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
mips64
nios2 linux-user/nios2: Handle various SIGILL exceptions 2022-04-26 08:17:05 -07:00
openrisc Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
ppc Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
riscv Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
s390x linux-user/s390x: Fix unwinding from signal handlers 2022-05-23 22:52:27 +02:00
sh4 Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
sparc Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
x86_64
xtensa
cpu_loop-common.h
elfload.c linux-user/x86_64: Fix ELF_PLATFORM 2022-06-21 20:15:39 +02:00
errnos.c.inc
exit.c
fd-trans.c
fd-trans.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c linux-user: Clean up arg_start/arg_end confusion 2022-05-23 08:15:19 +02:00
loader.h
main.c linux-user: Clean up arg_start/arg_end confusion 2022-05-23 08:15:19 +02:00
meson.build
mmap.c linux-user: Add partial support for MADV_DONTNEED 2022-06-24 10:00:00 +02:00
qemu.h linux-user: Clean up arg_start/arg_end confusion 2022-05-23 08:15:19 +02:00
semihost.c
signal-common.h
signal.c compiler.h: replace QEMU_NORETURN with G_NORETURN 2022-04-21 17:03:51 +04:00
socket.h
strace.c linux-user/strace: Use is_error in print_syscall_err 2022-06-02 09:35:03 +02:00
strace.h linux-user: Have do_syscall() use CPUArchState* instead of void* 2022-05-23 22:47:19 +02:00
strace.list linux-user/strace: Adjust get_thread_area for m68k 2022-06-02 09:35:03 +02:00
syscall_defs.h
syscall_types.h
syscall.c linux-user: Adjust child_tidptr on set_tid_address() syscall 2022-06-24 10:00:01 +02:00
target_flat.h
thunk.c
trace-events
trace.h
uaccess.c
uname.c linux-user: Remove pointless CPU{ARCH}State casts 2022-05-23 22:47:20 +02:00
uname.h linux-user: Have do_syscall() use CPUArchState* instead of void* 2022-05-23 22:47:19 +02:00
user-internals.h linux-user: Add partial support for MADV_DONTNEED 2022-06-24 10:00:00 +02:00
user-mmap.h linux-user: Add partial support for MADV_DONTNEED 2022-06-24 10:00:00 +02:00
vm86.c