On 7/29/21 2:46 AM, Richard Henderson wrote: > The helper_*_mmu functions were the only thing available > when this code was written. This could have been adjusted > when we added cpu_*_mmuidx_ra, but now we can most easily > use the newest set of interfaces. > > Cc: qemu-...@nongnu.org > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper-a64.c | 52 +++++++---------------------------------- > target/arm/m_helper.c | 6 ++--- > 2 files changed, 11 insertions(+), 47 deletions(-)
Nice. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>