qemu/semihosting
Philippe Mathieu-Daudé d2f28a0ce8 semihosting/uaccess: Include missing 'exec/cpu-all.h' header
TLB_INVALID_MASK is defined in "exec/cpu-all.h".
Include it in order to avoid when refactoring:

  ../semihosting/uaccess.c:41:21: error: use of undeclared identifier 'TLB_INVALID_MASK'
     41 |         if (flags & TLB_INVALID_MASK) {
        |                     ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250103171037.11265-3-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-5-alex.bennee@linaro.org>
2025-01-17 10:43:54 +00:00
..
arm-compat-semi.c {linux,bsd}-user: Introduce get_task_state() 2024-03-06 12:35:19 +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