On Thu, 10 Feb 2022 at 04:04, Richard Henderson <[email protected]> wrote: > > Without FEAT_LVA, the behaviour of programming an invalid value > is IMPLEMENTATION DEFINED. With FEAT_LVA, programming an invalid > minimum value requires a Translation fault. > > It is most self-consistent to choose to generate the fault always. > > Signed-off-by: Richard Henderson <[email protected]> > --- > v2: Continue to bound in aa64_va_parameters, so that PAuth gets > something it can use, but provide a flag for get_phys_addr_lpae > to raise a fault. > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
