On Thu, 28 Jan 2021 at 22:42, Richard Henderson <[email protected]> wrote: > > This is the only use of guest_addr_valid that does not begin > with a guest address, but a host address being transformed to > a guest address. > > We will shortly adjust guest_addr_valid to handle guest memory > tags, and the host address should not be subjected to that. > > Move h2g_valid adjacent to the other h2g macros. > > Signed-off-by: Richard Henderson <[email protected]> > --- > v3: Ditch type changes; retain true for HLB <= GAM (pmm).
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
