On Mon, 1 Nov 2021 at 17:09, Richard Henderson <richard.hender...@linaro.org> wrote: > > On 11/1/21 12:30 PM, Peter Maydell wrote: > > We seem to be restricting tlb_fill to sysemu already. > > Not true: > > > -#endif /* !defined(CONFIG_USER_ONLY) */ > > - > > bool arm_cpu_tlb_fill(CPUState *cs, vaddr address, int size, > > MMUAccessType access_type, int mmu_idx, > > bool probe, uintptr_t retaddr) > > { > > ARMCPU *cpu = ARM_CPU(cs); > > ARMMMUFaultInfo fi = {}; > > - > > -#ifdef CONFIG_USER_ONLY
Yes, that's restricting tlb_fill to sysemu only now (in this patch), not "later", right ? -- PMM