On Sat, 1 Oct 2022 at 17:44, Richard Henderson <richard.hender...@linaro.org> wrote: > > Adjust GetPhysAddrResult to fill in CPUTLBEntryFull, > so that it may be passed directly to tlb_set_page_full. > > The change is large, but mostly mechanical. The major > non-mechanical change is page_size -> lg_page_size. > Most of the time this is obvious, and is related to > TARGET_PAGE_BITS. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM