qemu-e2k/linux-user
Alex Bennée 98c1076cc9 linux-user/elfload: ensure mmap_lock() held while setting up
Future patches will enforce the holding of mmap_lock() when we are
manipulating internal memory structures. Technically it doesn't matter
in the case of elfload as we haven't started executing yet. However it
is easier to grab the lock when required than special case the
translate-all API.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20161027151030.20863-8-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-10-31 10:51:16 +01:00
..
aarch64
alpha
arm linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
cris
host
i386 linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
m68k linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
microblaze linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
mips linux-user: Fix fadvise64() syscall support for Mips32 2016-10-21 15:20:13 +03:00
mips64 linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32 2016-10-21 15:20:13 +03:00
openrisc linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
ppc ppc: Fix signal delivery in ppc-user and ppc64-user 2016-09-23 10:29:40 +10:00
s390x
sh4 linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
sparc linux-user: Use correct target SHMLBA in shmat() 2016-09-21 14:28:52 +03:00
sparc64 linux-user: sparc64: Use correct target SHMLBA in shmat() 2016-10-21 15:19:40 +03:00
tilegx linux-user: fix TARGET_NR_select 2016-09-22 07:24:21 +03:00
unicore32
x86_64
elfload.c linux-user/elfload: ensure mmap_lock() held while setting up 2016-10-31 10:51:16 +01:00
errno_defs.h
flat.h
flatload.c linux-user: Fix error handling in flatload.c target_pread() 2016-09-21 14:27:19 +03:00
ioctls.h linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls 2016-09-21 14:24:47 +03:00
linux_loop.h
linuxload.c
m68k-sim.c
main.c target-alpha: Emulate LL/SC using cmpxchg helpers 2016-10-26 08:29:02 -07:00
Makefile.objs
mmap.c translate-all: add DEBUG_LOCKING asserts 2016-10-31 10:24:45 +01:00
qemu.h linux-user: Pass si_type information to queue_signal() explicitly 2016-09-21 22:01:28 +03:00
safe-syscall.S
signal.c ppc: Fix signal delivery in ppc-user and ppc64-user 2016-09-23 10:29:40 +10:00
socket.h
strace.c linux-user: Add support for clock_adjtime() syscall 2016-10-21 15:20:09 +03:00
strace.list linux-user: Add support for syncfs() syscall 2016-10-21 15:20:13 +03:00
syscall_defs.h linux-user: Fix definition of target_sigevent for 32-bit guests 2016-10-21 15:19:41 +03:00
syscall_types.h
syscall.c linux-user: enable parallel code generation on clone 2016-10-26 08:29:00 -07:00
target_flat.h
trace-events
uaccess.c
uname.c
uname.h
vm86.c