qemu-e2k/linux-user
Philippe Mathieu-Daudé 8f968b6a24 linux-user: Extract target errno to 'target_errno_defs.h'
We want to access the target errno indepently of the rest of the
linux-user code. Move the header containing the generic errno
definitions ('errno_defs.h') to 'generic/target_errno_defs.h',
create a new 'target_errno_defs.h' in each target which itself
includes 'generic/target_errno_defs.h'.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210708170550.1846343-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2021-07-12 21:53:35 +02:00
..
aarch64 linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
alpha linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
arm linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
cris linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
generic linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
hexagon linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
host
hppa linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
i386 linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
m68k linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
microblaze linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
mips linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
mips64 linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
nios2 linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
openrisc linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
ppc linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
riscv linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
s390x linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
sh4 linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
sparc linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
x86_64 linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
xtensa linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
cpu_loop-common.h
elfload.c linux-user/elfload: Implement ELF_HWCAP for RISC-V 2021-07-07 21:14:47 +02:00
exit.c
fd-trans.c
fd-trans.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c linux-user: Fix style problems in linuxload.c 2021-07-07 21:22:35 +02:00
main.c tcg: Re-order tcg_region_init vs tcg_prologue_init 2021-06-11 09:26:28 -07:00
meson.build
mmap.c linux-user: Set CF_PARALLEL when mapping shared memory 2021-06-15 08:28:56 +02:00
qemu.h
safe-syscall.S linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
semihost.c
signal-common.h
signal.c linux-user: Let sigaction query SIGKILL/SIGSTOP 2021-06-20 16:21:01 +02:00
socket.h
strace.c
strace.list linux-user: Add copy_file_range to strace.list 2021-05-18 07:09:58 +02:00
syscall_defs.h linux-user: Extract target errno to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
syscall_types.h
syscall.c linux-user/syscall: Fix RF-kill errno (typo in ERFKILL) 2021-07-12 21:53:35 +02:00
target_flat.h
trace-events linux-user/trace-events: fix minor typo in format string 2021-06-17 16:09:11 +02:00
trace.h
uaccess.c
uname.c
uname.h
vm86.c