]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Push real-mode handling into ppc_radix64_xlate
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jun 2021 12:51:08 +0000 (09:51 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 9 Jul 2021 00:38:19 +0000 (10:38 +1000)
commit42a611240e110c126dab318d52d9ca760b9ff01c
tree05849a4120b9fff9058ff1a258aebcc12e775d53
parent1b4d1cb31a886418635e288f89b2da24fd091c55
target/ppc: Push real-mode handling into ppc_radix64_xlate

This removes some incomplete duplication between
ppc_radix64_handle_mmu_fault and ppc_radix64_get_phys_page_debug.
The former was correct wrt SPR_HRMOR and the latter was not.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210621125115.67717-4-bruno.larsen@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-radix64.c