]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hexagon: Implement TCGCPUOps.mmu_index
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Apr 2025 15:44:13 +0000 (08:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commit43d6a56a0574775c1b5ce5c5ad0c7f9dded83c87
treec900efd88addc0f891cc033790a835222a88fd0b
parentbefb31d349e1761855a24023f21aab4207ce5392
target/hexagon: Implement TCGCPUOps.mmu_index

This hook is about to become mandatory.  Since hexagon
is still user-only, the implementation is trivial.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/cpu.c