qemu-e2k/linux-user
Helge Deller 6f200f5186 linux-user: Use target abi_int type for pipefd[1] in pipe()
When writing back the fd[1] pipe file handle to emulated userspace
memory, use sizeof(abi_int) as offset insted of the hosts's int type.
There is no functional change in this patch.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Message-Id: <YtQ3Id6z8slpVr7r@p100>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2022-07-25 10:42:11 +02:00
..
aarch64 linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL 2022-07-11 13:43:52 +01:00
alpha Remove qemu-common.h include from most units 2022-04-06 14:31:55 +02:00
arm semihosting: Return void from do_common_semihosting 2022-06-28 04:35:07 +05:30
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 linux-user/hppa: Fix segfaults on page zero 2022-07-25 10:42:11 +02:00
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
loongarch64 linux-user: Add LoongArch cpu_loop support 2022-07-04 11:08:57 +05:30
m68k target/m68k: Make semihosting system only 2022-06-28 10:13:22 +05:30
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 semihosting: Return void from do_common_semihosting 2022-06-28 04:35:07 +05:30
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/aarch64: Add SME related hwcap entries 2022-07-11 13:43:52 +01: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 semihosting: Create qemu_semihosting_guestfd_init 2022-06-28 04:36:50 +05:30
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 semihosting: Remove qemu_semihosting_console_outs 2022-06-28 04:41:20 +05:30
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 linux-user: Add LoongArch syscall support 2022-07-04 11:08:57 +05:30
syscall_types.h
syscall.c linux-user: Use target abi_int type for pipefd[1] in pipe() 2022-07-25 10:42:11 +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