Skip to content

Commit a99456a

Browse files
committed
KVM: arm64: nv: Advertise support for FEAT_RAS
Now that the missing bits for vSError injection/deferral have been added we can merrily claim support for FEAT_RAS. Reviewed-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 18fbc24 commit a99456a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm64/kvm/nested.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,12 +1424,11 @@ u64 limit_nv_id_reg(struct kvm *kvm, u32 reg, u64 val)
14241424
break;
14251425

14261426
case SYS_ID_AA64PFR0_EL1:
1427-
/* No RME, AMU, MPAM, S-EL2, or RAS */
1427+
/* No RME, AMU, MPAM, or S-EL2 */
14281428
val &= ~(ID_AA64PFR0_EL1_RME |
14291429
ID_AA64PFR0_EL1_AMU |
14301430
ID_AA64PFR0_EL1_MPAM |
14311431
ID_AA64PFR0_EL1_SEL2 |
1432-
ID_AA64PFR0_EL1_RAS |
14331432
ID_AA64PFR0_EL1_EL3 |
14341433
ID_AA64PFR0_EL1_EL2 |
14351434
ID_AA64PFR0_EL1_EL1 |

0 commit comments

Comments
 (0)