On Sat, 1 Oct 2022 at 17:50, Richard Henderson <richard.hender...@linaro.org> wrote: > > Before using softmmu page tables for the ptw, plumb down > a debug parameter so that we can query page table entries > from gdbstub without modifying cpu state. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
> +static bool get_phys_addr_with_secure_debug(CPUARMState *env, > + target_ulong address, > + MMUAccessType access_type, > + ARMMMUIdx mmu_idx, > + bool is_secure, bool debug, > + GetPhysAddrResult *result, > + ARMMMUFaultInfo *fi) I'm not too enthused about this function name, because Secure Debug is an entirely unrelated architecture feature, but I can't immediately think of a better one, so Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM