[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 40/50] target/arm/machine: compile file once (system)
From: |
Pierrick Bouvier |
Subject: |
[PATCH v6 40/50] target/arm/machine: compile file once (system) |
Date: |
Mon, 5 May 2025 16:20:05 -0700 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
target/arm/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/arm/meson.build b/target/arm/meson.build
index bb1c09676d5..b404fa54863 100644
--- a/target/arm/meson.build
+++ b/target/arm/meson.build
@@ -13,7 +13,6 @@ arm_system_ss = ss.source_set()
arm_common_system_ss = ss.source_set()
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'))
arm_system_ss.add(when: 'CONFIG_HVF', if_true: files('hyp_gdbstub.c'))
@@ -39,6 +38,7 @@ arm_common_system_ss.add(files(
'cortex-regs.c',
'debug_helper.c',
'helper.c',
+ 'machine.c',
'ptw.c',
'vfp_fpscr.c',
))
--
2.47.2
- [PATCH v6 32/50] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw, (continued)
- [PATCH v6 32/50] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw, Pierrick Bouvier, 2025/05/05
- [PATCH v6 34/50] target/arm/meson: accelerator files are not needed in user mode, Pierrick Bouvier, 2025/05/05
- [PATCH v6 36/50] target/arm/machine: reduce migration include to avoid target specific definitions, Pierrick Bouvier, 2025/05/05
- [PATCH v6 37/50] target/arm/machine: remove TARGET_AARCH64 from migration state, Pierrick Bouvier, 2025/05/05
- [PATCH v6 39/50] target/arm/kvm-stub: add missing stubs, Pierrick Bouvier, 2025/05/05
- [PATCH v6 27/50] target/arm/arch_dump: remove TARGET_AARCH64 conditionals, Pierrick Bouvier, 2025/05/05
- [PATCH v6 28/50] target/arm/arch_dump: compile file once (system), Pierrick Bouvier, 2025/05/05
- [PATCH v6 33/50] target/arm/ptw: compile file once (system), Pierrick Bouvier, 2025/05/05
- [PATCH v6 35/50] target/arm/kvm-stub: compile file once (system), Pierrick Bouvier, 2025/05/05
- [PATCH v6 38/50] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function, Pierrick Bouvier, 2025/05/05
- [PATCH v6 40/50] target/arm/machine: compile file once (system),
Pierrick Bouvier <=
- [PATCH v6 42/50] target/arm/tcg/crypto_helper: compile file once, Pierrick Bouvier, 2025/05/05
- [PATCH v6 46/50] target/arm/tcg/tlb_helper: compile file twice (system, user), Pierrick Bouvier, 2025/05/05
- [PATCH v6 49/50] target/arm/tcg/arith_helper: compile file once, Pierrick Bouvier, 2025/05/05
- [PATCH v6 44/50] target/arm/tcg/iwmmxt_helper: compile file twice (system, user), Pierrick Bouvier, 2025/05/05
- [PATCH v6 43/50] target/arm/tcg/hflags: compile file twice (system, user), Pierrick Bouvier, 2025/05/05
- [PATCH v6 45/50] target/arm/tcg/neon_helper: compile file twice (system, user), Pierrick Bouvier, 2025/05/05
- [PATCH v6 47/50] target/arm/helper: restrict define_tlb_insn_regs to system target, Pierrick Bouvier, 2025/05/05
- [PATCH v6 41/50] target/arm/tcg/vec_internal: use forward declaration for CPUARMState, Pierrick Bouvier, 2025/05/05