You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user
Alex Bennée c0e6b8b798 system: propagate Error to gdbserver_start (and other device setups)
This started as a clean-up to properly pass a Error handler to the
gdbserver_start so we could do the right thing for command line and
HMP invocations.

Now that we have cleaned up foreach_device_config_or_exit() in earlier
patches we can further simplify by it by passing &error_fatal instead
of checking the return value. Having a return value is still useful
for HMP though so tweak the return to use a simple bool instead.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-11-alex.bennee@linaro.org>
5 days ago
..
aarch64 user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
alpha user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
arm user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
generic linux-user: Split TARGET_PROT_* out of syscall_defs.h 2 years ago
hexagon user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
hppa user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
i386 user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
include linux-user: cleanup unused linux-user/include/host directories 1 year ago
loongarch64 user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
m68k user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
microblaze user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
mips user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
mips64 target/ppc: Fix lxvx/stxvx facility check 4 months ago
openrisc user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
ppc user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
riscv user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
s390x user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
sh4 user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
sparc user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
x86_64 target/ppc: Fix lxvx/stxvx facility check 4 months ago
xtensa user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h' 1 month ago
elfload.c accel/tcg: Include missing 'exec/translation-block.h' header 1 month ago
errnos.c.inc linux-user: Simplify host <-> target errno conversion using macros 4 years ago
exit.c accel/tcg: Move perf and debuginfo support to tcg/ 12 months ago
fd-trans.c linux-user: handle netlink flag NLA_F_NESTED 2 years ago
fd-trans.h linux-user: fix timerfd read endianness conversion 2 years ago
flat.h linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code 9 months ago
flatload.c accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h' 1 month ago
gen-vdso-elfn.c.inc linux-user: Fix GDB complaining about system-supplied DSO string table index 3 months ago
gen-vdso.c linux-user: Fix GDB complaining about system-supplied DSO string table index 3 months ago
ioctls.h linux-user: Add ioctl for BLKBSZSET 8 months ago
linux_loop.h linux-user: implement more loop ioctls 3 years ago
linuxload.c {linux,bsd}-user: Introduce get_task_state() 11 months ago
loader.h linux-user: Report AArch64 hwcap2 fields above bit 31 1 year ago
main.c system: propagate Error to gdbserver_start (and other device setups) 5 days ago
meson.build linux-user,hexagon: move to syscalltbl file 4 months ago
mmap.c accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h' 1 month ago
qemu.h accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4) 1 month ago
semihost.c semihosting: Remove qemu_semihosting_console_outs 3 years ago
signal-common.h linux-user: Allow custom rt signal mappings 3 months ago
signal.c user: Move various declarations out of 'exec/exec-all.h' 1 month ago
socket.h Supply missing header guards 6 years ago
strace.c linux-user: Fix strace output for s390x mmap() 2 months ago
strace.h linux-user: Have do_syscall() use CPUArchState* instead of void* 3 years ago
strace.list linux-user: Trace rt_sigprocmask's sigsets 3 months ago
syscall.c accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h' 1 month ago
syscall_defs.h linux-user: Fix strace output for s390x mmap() 2 months ago
syscall_types.h linux-user: Add FITRIM ioctl 9 months ago
thunk.c user: Move 'thunk.h' from 'exec/user' to 'user' 9 months ago
trace-events linux-user: Rename user_force_sig tracepoint to match function name 3 years ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
uaccess.c meson: Make DEBUG_REMAP a meson option 9 months ago
uname.c linux-user: Remove pointless CPU{ARCH}State casts 3 years ago
uname.h linux-user: Have do_syscall() use CPUArchState* instead of void* 3 years ago
user-internals.h user: Declare cpu_loop() once in 'user/cpu_loop.h' 1 month ago
user-mmap.h linux-user: Move shmat and shmdt implementations to mmap.c 1 year ago
vm86.c linux-user/vm86: Fix compilation with Clang 3 months ago