target/ppc: Use MMUAccessType with *_handle_mmu_fault
commit1b4d1cb31a886418635e288f89b2da24fd091c55
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jun 2021 12:51:07 +0000 (21 09:51 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 9 Jul 2021 00:38:18 +0000 (9 10:38 +1000)
treecf387863c3653088c80d1103dadd4ede472cba11
parentdb20cc2c563bfa259f7574a064190cf6456861f6
target/ppc: Use MMUAccessType with *_handle_mmu_fault

These changes were waiting until we didn't need to match
the function type of PowerPCCPUClass.handle_mmu_fault.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210621125115.67717-3-bruno.larsen@eldorado.org.br>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-hash32.c
target/ppc/mmu-hash32.h
target/ppc/mmu-hash64.c
target/ppc/mmu-hash64.h
target/ppc/mmu-radix64.c
target/ppc/mmu-radix64.h