]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Restrict SoftMMU mmu_index() to TCG
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 1 Apr 2025 08:09:17 +0000 (10:09 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commit61dc4d0da8ae2c7dc46f5d69ef063b64726f841f
treea54378396064c0442c10f5f8e923044adf1c3aa5
parent6ea8bce7ee60e3f6fd14a959effe2cc6f3be7d94
target/arm: Restrict SoftMMU mmu_index() to TCG

Move arm_cpu_mmu_index() within CONFIG_TCG #ifdef'ry,
convert CPUClass::mmu_index() to TCGCPUOps::mmu_index().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250401080938.32278-5-philmd@linaro.org>
target/arm/cpu.c
target/arm/internals.h
target/arm/tcg/cpu-v7m.c