[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 04/37] semihosting/uaccess: Include missing 'exec/cpu-all.h' heade
From: |
Alex Bennée |
Subject: |
[PULL 04/37] semihosting/uaccess: Include missing 'exec/cpu-all.h' header |
Date: |
Fri, 17 Jan 2025 13:42:23 +0000 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
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>
diff --git a/semihosting/uaccess.c b/semihosting/uaccess.c
index dc587d73bc..382a366ce3 100644
--- a/semihosting/uaccess.c
+++ b/semihosting/uaccess.c
@@ -8,6 +8,7 @@
*/
#include "qemu/osdep.h"
+#include "exec/cpu-all.h"
#include "exec/exec-all.h"
#include "semihosting/uaccess.h"
--
2.39.5
- [PULL 00/37] maintainer updates for gdb, plugins, documentation and windows builds, Alex Bennée, 2025/01/17
- [PULL 04/37] semihosting/uaccess: Include missing 'exec/cpu-all.h' header,
Alex Bennée <=
- [PULL 05/37] semihosting/arm-compat: Include missing 'cpu.h' header, Alex Bennée, 2025/01/17
- [PULL 01/37] semihosting: add guest_error logging for failed opens, Alex Bennée, 2025/01/17
- [PULL 11/37] tests/tcg/plugins/insn: remove unused callback parameter, Alex Bennée, 2025/01/17
- [PULL 08/37] system/vl: more error exit into config enumeration code, Alex Bennée, 2025/01/17
- [PULL 13/37] tests/tcg/plugins/syscall: fix 32-bit build, Alex Bennée, 2025/01/17
- [PULL 02/37] semihosting/uaccess: Briefly document returned values, Alex Bennée, 2025/01/17
- [PULL 07/37] semihosting/meson: Build config.o and console.o once, Alex Bennée, 2025/01/17
- [PULL 21/37] configure: reenable plugins by default for 32-bit hosts, Alex Bennée, 2025/01/17
- [PULL 03/37] semihosting/syscalls: Include missing 'exec/cpu-defs.h' header, Alex Bennée, 2025/01/17
- [PULL 18/37] contrib/plugins/cflow: fix 32-bit build, Alex Bennée, 2025/01/17