[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 26/58] target/arm/debug_helper: only include common helpers
From: |
Peter Maydell |
Subject: |
[PULL 26/58] target/arm/debug_helper: only include common helpers |
Date: |
Thu, 15 May 2025 11:25:14 +0100 |
From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Avoid pulling helper.h which contains TARGET_AARCH64.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250512180502.2395029-17-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
target/arm/debug_helper.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c
index de7999f6a94..cad0a5db707 100644
--- a/target/arm/debug_helper.c
+++ b/target/arm/debug_helper.c
@@ -11,10 +11,12 @@
#include "internals.h"
#include "cpu-features.h"
#include "cpregs.h"
-#include "exec/helper-proto.h"
#include "exec/watchpoint.h"
#include "system/tcg.h"
+#define HELPER_H "tcg/helper.h"
+#include "exec/helper-proto.h.inc"
+
#ifdef CONFIG_TCG
/* Return the Exception Level targeted by debug exceptions. */
static int arm_debug_target_el(CPUARMState *env)
--
2.43.0
- [PULL 22/58] tcg: add vaddr type for helpers, (continued)
- [PULL 22/58] tcg: add vaddr type for helpers, Peter Maydell, 2025/05/15
- [PULL 24/58] target/arm/helper: use vaddr instead of target_ulong for probe_access, Peter Maydell, 2025/05/15
- [PULL 20/58] target/arm/cpu: compile file twice (user, system) only, Peter Maydell, 2025/05/15
- [PULL 28/58] target/arm/debug_helper: compile file twice (user, system), Peter Maydell, 2025/05/15
- [PULL 23/58] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment, Peter Maydell, 2025/05/15
- [PULL 27/58] target/arm/debug_helper: remove target_ulong, Peter Maydell, 2025/05/15
- [PULL 38/58] target/arm/cortex-regs: compile file once (system), Peter Maydell, 2025/05/15
- [PULL 32/58] target/arm/helper: remove remaining TARGET_AARCH64, Peter Maydell, 2025/05/15
- [PULL 25/58] target/arm/helper: extract common helpers, Peter Maydell, 2025/05/15
- [PULL 30/58] target/arm/helper: replace target_ulong by vaddr, Peter Maydell, 2025/05/15
- [PULL 26/58] target/arm/debug_helper: only include common helpers,
Peter Maydell <=
- [PULL 29/58] target/arm/helper: restrict include to common helpers, Peter Maydell, 2025/05/15
- [PULL 35/58] target/arm/arch_dump: remove TARGET_AARCH64 conditionals, Peter Maydell, 2025/05/15
- [PULL 37/58] target/arm/arm-powerctl: compile file once (system), Peter Maydell, 2025/05/15
- [PULL 42/58] target/arm/meson: accelerator files are not needed in user mode, Peter Maydell, 2025/05/15
- [PULL 50/58] target/arm/tcg/crypto_helper: compile file once, Peter Maydell, 2025/05/15
- [PULL 53/58] target/arm/tcg/neon_helper: compile file twice (system, user), Peter Maydell, 2025/05/15
- [PULL 46/58] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function, Peter Maydell, 2025/05/15
- [PULL 36/58] target/arm/arch_dump: compile file once (system), Peter Maydell, 2025/05/15
- [PULL 40/58] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw, Peter Maydell, 2025/05/15
- [PULL 39/58] target/arm/ptw: replace target_ulong with int64_t, Peter Maydell, 2025/05/15