projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18fbc24
)
KVM: arm64: nv: Advertise support for FEAT_RAS
author
Oliver Upton
<oliver.upton@linux.dev>
Tue, 8 Jul 2025 17:25:14 +0000
(10:25 -0700)
committer
Oliver Upton
<oliver.upton@linux.dev>
Tue, 8 Jul 2025 18:36:34 +0000
(11:36 -0700)
Now that the missing bits for vSError injection/deferral have been added
we can merrily claim support for FEAT_RAS.
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20250708172532.1699409-10-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/nested.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/kvm/nested.c
b/arch/arm64/kvm/nested.c
index 4218172ed1a4c433b42ba7c0b2856c3ef5f4935e..c7063f670187337b6a872a4ab55fc99b33759c28 100644
(file)
--- a/
arch/arm64/kvm/nested.c
+++ b/
arch/arm64/kvm/nested.c
@@
-1424,12
+1424,11
@@
u64 limit_nv_id_reg(struct kvm *kvm, u32 reg, u64 val)
break;
case SYS_ID_AA64PFR0_EL1:
- /* No RME, AMU, MPAM,
S-EL2, or RAS
*/
+ /* No RME, AMU, MPAM,
or S-EL2
*/
val &= ~(ID_AA64PFR0_EL1_RME |
ID_AA64PFR0_EL1_AMU |
ID_AA64PFR0_EL1_MPAM |
ID_AA64PFR0_EL1_SEL2 |
- ID_AA64PFR0_EL1_RAS |
ID_AA64PFR0_EL1_EL3 |
ID_AA64PFR0_EL1_EL2 |
ID_AA64PFR0_EL1_EL1 |