qemu/semihosting
Philippe Mathieu-Daudé 847343cfbf semihosting/arm-compat: Include missing 'cpu.h' header
ARM semihosting implementations in "common-semi-target.h"
must de-reference the target CPUArchState, which is declared
in each target "cpu.h" header. Include it in order to avoid
when refactoring:

  In file included from ../../semihosting/arm-compat-semi.c:169:
  ../target/riscv/common-semi-target.h:16:5: error: use of undeclared identifier 'RISCVCPU'
     16 |     RISCVCPU *cpu = RISCV_CPU(cs);
        |     ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250103171037.11265-4-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-6-alex.bennee@linaro.org>
2025-01-17 10:43:57 +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 system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 2024-01-08 10:45:43 -05: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: move stubs out of stubs/ 2024-04-18 11:17:27 +02: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