qemu/semihosting
Philippe Mathieu-Daudé bb0c5be8e9 semihosting/meson: Build config.o and console.o once
config.c and console.c don't use any target specific
headers anymore, move them from specific_ss[] to
system_ss[] so they are built once, but will also be
linked once, removing global symbol clash in a single
QEMU binary.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250103171037.11265-6-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-8-alex.bennee@linaro.org>
2025-01-17 10:44:03 +00:00
..
arm-compat-semi.c semihosting/arm-compat: Include missing 'cpu.h' header 2025-01-17 10:43:57 +00:00
config.c semihosting: fix memleak at semihosting_arg_fallback 2023-10-31 14:10:21 +00:00
console.c semihosting/console: Avoid including 'cpu.h' 2025-01-17 10:44:00 +00:00
guestfd.c semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header 2024-04-26 15:31:37 +02:00
Kconfig semihosting: Restrict to TCG 2024-07-22 09:38:16 +01:00
meson.build semihosting/meson: Build config.o and console.o once 2025-01-17 10:44:03 +00:00
stubs-all.c semihosting: move stubs out of stubs/ 2024-04-18 11:17:27 +02:00
stubs-system.c semihosting: move stubs out of stubs/ 2024-04-18 11:17:27 +02:00
syscalls.c semihosting: add guest_error logging for failed opens 2025-01-17 10:43:41 +00:00
uaccess.c semihosting/uaccess: Include missing 'exec/cpu-all.h' header 2025-01-17 10:43:54 +00:00