On Sun, Aug 17 2025, Marc Zyngier <maz@xxxxxxxxxx> wrote: > FEAT_RASv1p1 system registeres are not handled at all so far. s/registeres/registers/ > KVM will give an embarassed warning on the console and inject > an UNDEF, despite RASv1p1 being exposed to the guest on suitable HW. > > Handle these registers similarly to FEAT_RAS, with the added fun > that there are *two* way to indicate the presence of FEAT_RASv1p1. > > Reviewed-by: Joey Gouly <joey.gouly@xxxxxxx> > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > arch/arm64/kvm/sys_regs.c | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>