Skip to content

Commit 26785cf

Browse files
ouptonMarc Zyngier
authored andcommitted
KVM: arm64: nv: Expose FEAT_RASv1p1 via RAS_frac
KVM already supports FEAT_RASv1p1 for NV-enabled VMs but only when advertised through the canonical field. Stop masking the silly frac field to expose the feature on systems without FEAT_DF. Signed-off-by: Oliver Upton <oliver.upton@linux.dev> Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent fac4ee7 commit 26785cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/kvm/nested.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,6 @@ u64 limit_nv_id_reg(struct kvm *kvm, u32 reg, u64 val)
14711471
ID_AA64PFR1_EL1_SME |
14721472
ID_AA64PFR1_EL1_RES0 |
14731473
ID_AA64PFR1_EL1_MPAM_frac |
1474-
ID_AA64PFR1_EL1_RAS_frac |
14751474
ID_AA64PFR1_EL1_MTE);
14761475
break;
14771476

0 commit comments

Comments
 (0)