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/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>
5 days ago
..
Kconfig semihosting: Restrict to TCG 6 months ago
arm-compat-semi.c semihosting/arm-compat: Include missing 'cpu.h' header 5 days ago
config.c semihosting: fix memleak at semihosting_arg_fallback 1 year ago
console.c semihosting/console: Avoid including 'cpu.h' 5 days ago
guestfd.c semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header 9 months ago
meson.build semihosting/meson: Build config.o and console.o once 5 days ago
stubs-all.c semihosting: move stubs out of stubs/ 9 months ago
stubs-system.c semihosting: move stubs out of stubs/ 9 months ago
syscalls.c semihosting: add guest_error logging for failed opens 5 days ago
uaccess.c semihosting/uaccess: Include missing 'exec/cpu-all.h' header 5 days ago