]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec/cpu-all: remove system/memory include
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Tue, 25 Mar 2025 04:58:49 +0000 (21:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commit342e313d6c1a8e6da758bd642777b85af1a0fc37
treee463c9db4522a851b662c2b139431aece5a49cd5
parent8d535c312ca5944622b3b74177eb12d8f6b7a7fa
exec/cpu-all: remove system/memory include

We include this header where needed. When includes set already have
ifdef CONFIG_USER_ONLY, we add it here, else, we don't condition the
include.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-5-pierrick.bouvier@linaro.org>
23 files changed:
hw/ppc/spapr_ovec.c
hw/s390x/ipl.h
include/exec/cpu-all.h
target/alpha/helper.c
target/arm/hvf/hvf.c
target/arm/internals.h
target/hppa/cpu.h
target/i386/arch_memory_mapping.c
target/i386/helper.c
target/i386/hvf/vmx.h
target/i386/tcg/system/misc_helper.c
target/i386/tcg/system/tcg-cpu.c
target/m68k/helper.c
target/ppc/excp_helper.c
target/ppc/mmu-book3s-v3.c
target/ppc/mmu-hash32.h
target/ppc/mmu-hash64.c
target/ppc/mmu-radix64.c
target/riscv/cpu_helper.c
target/sparc/ldst_helper.c
target/sparc/mmu_helper.c
target/xtensa/mmu_helper.c
target/xtensa/op_helper.c