On 3/20/25 15:29, Pierrick Bouvier wrote:
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.
Signed-off-by: Pierrick Bouvier<pierrick.bouv...@linaro.org>
---
hw/s390x/ipl.h | 1 +
include/exec/cpu-all.h | 3 ---
target/arm/internals.h | 1 +
target/hppa/cpu.h | 1 +
target/i386/hvf/vmx.h | 1 +
target/ppc/mmu-hash32.h | 2 ++
hw/ppc/spapr_ovec.c | 1 +
target/alpha/helper.c | 1 +
target/arm/hvf/hvf.c | 1 +
target/avr/helper.c | 1 +
target/i386/arch_memory_mapping.c | 1 +
target/i386/helper.c | 1 +
target/i386/tcg/system/misc_helper.c | 1 +
target/i386/tcg/system/tcg-cpu.c | 1 +
target/m68k/helper.c | 1 +
target/ppc/excp_helper.c | 1 +
target/ppc/mmu-book3s-v3.c | 1 +
target/ppc/mmu-hash64.c | 1 +
target/ppc/mmu-radix64.c | 1 +
target/riscv/cpu_helper.c | 1 +
target/sparc/ldst_helper.c | 1 +
target/sparc/mmu_helper.c | 1 +
target/xtensa/mmu_helper.c | 1 +
target/xtensa/op_helper.c | 1 +
24 files changed, 24 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~