On Sat, 5 Oct 2024 at 21:06, Richard Henderson <richard.henderson@xxxxxxxxxx> wrote: > > Now that we have the MemOp for the access, we can order > the alignment fault caused by memory type before the > permission fault for the page. > > For subsequent page hits, permission and stage 2 checks > are known to pass, and so the TLB_CHECK_ALIGNED fault > raised in generic code is not mis-ordered. > > Signed-off-by: Richard Henderson <richard.henderson@xxxxxxxxxx> Reviewed-by: Peter Maydell <peter.maydell@xxxxxxxxxx> thanks -- PMM