[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 42/58] target/arm/meson: accelerator files are not needed in user
From: |
Peter Maydell |
Subject: |
[PULL 42/58] target/arm/meson: accelerator files are not needed in user mode |
Date: |
Thu, 15 May 2025 11:25:30 +0100 |
From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250512180502.2395029-33-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
target/arm/meson.build | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/target/arm/meson.build b/target/arm/meson.build
index 151184da71c..29a36fb3c5e 100644
--- a/target/arm/meson.build
+++ b/target/arm/meson.build
@@ -5,9 +5,6 @@ arm_ss.add(files(
))
arm_ss.add(zlib)
-arm_ss.add(when: 'CONFIG_KVM', if_true: files('hyp_gdbstub.c', 'kvm.c'),
if_false: files('kvm-stub.c'))
-arm_ss.add(when: 'CONFIG_HVF', if_true: files('hyp_gdbstub.c'))
-
arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
'cpu64.c',
'gdbstub64.c'))
@@ -18,6 +15,8 @@ arm_system_ss.add(files(
'arm-qmp-cmds.c',
'machine.c',
))
+arm_system_ss.add(when: 'CONFIG_KVM', if_true: files('hyp_gdbstub.c',
'kvm.c'), if_false: files('kvm-stub.c'))
+arm_system_ss.add(when: 'CONFIG_HVF', if_true: files('hyp_gdbstub.c'))
arm_user_ss = ss.source_set()
arm_user_ss.add(files('cpu.c'))
--
2.43.0
- [PULL 23/58] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment, (continued)
- [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, 2025/05/15
- [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 <=
- [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
- [PULL 48/58] target/arm/machine: compile file once (system), Peter Maydell, 2025/05/15
- [PULL 57/58] target/arm/tcg/arith_helper: compile file once, Peter Maydell, 2025/05/15
- [PULL 16/58] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c, Peter Maydell, 2025/05/15
- [PULL 34/58] target/arm/vfp_fpscr: compile file twice (user, system), Peter Maydell, 2025/05/15