On Wed, 9 Oct 2024 at 01:05, Richard Henderson <richard.hender...@linaro.org> wrote: > > Fill in the tlb_fill_align hook. Handle alignment not due to > memory type, since that's no longer handled by generic code. > Pass memop to get_phys_addr. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/internals.h | 6 ++--- > target/arm/cpu.c | 2 +- > target/arm/tcg/cpu-v7m.c | 2 +- > target/arm/tcg/tlb_helper.c | 49 ++++++++++++++----------------------- > 4 files changed, 24 insertions(+), 35 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM