Skip to content

Commit 09dc6b4

Browse files
ouptonMarc Zyngier
authored andcommitted
KVM: arm64: nv: Expose FEAT_AFP to NV-enabled VMs
FEAT_AFP doesn't intersect with any EL2 trap behavior, expose to NV-enabled VMs. Signed-off-by: Oliver Upton <oliver.upton@linux.dev> Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 7cbdb25 commit 09dc6b4

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
@@ -1527,7 +1527,6 @@ u64 limit_nv_id_reg(struct kvm *kvm, u32 reg, u64 val)
15271527
val &= ~(ID_AA64MMFR1_EL1_CMOW |
15281528
ID_AA64MMFR1_EL1_TIDCP1 |
15291529
ID_AA64MMFR1_EL1_nTLBPA |
1530-
ID_AA64MMFR1_EL1_AFP |
15311530
ID_AA64MMFR1_EL1_ETS |
15321531
ID_AA64MMFR1_EL1_TWED |
15331532
ID_AA64MMFR1_EL1_XNX |

0 commit comments

Comments
 (0)