Skip to content

Commit 8ef67c6

Browse files
jgoulyctmarinas
authored andcommitted
KVM: arm64: expose ID_AA64MMFR3_EL1 to guests
Now that KVM context switches the appropriate registers, expose ID_AA64MMFR3_EL1 to guests to allow them to use the new features. Signed-off-by: Joey Gouly <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Oliver Upton <[email protected]> Cc: James Morse <[email protected]> Cc: Suzuki K Poulose <[email protected]> Cc: Zenghui Yu <[email protected]> Cc: Will Deacon <[email protected]> Acked-by: Catalin Marinas <[email protected]> Reviewed-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 86f9de9 commit 8ef67c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/sys_regs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ static const struct sys_reg_desc sys_reg_descs[] = {
18731873
ID_SANITISED(ID_AA64MMFR0_EL1),
18741874
ID_SANITISED(ID_AA64MMFR1_EL1),
18751875
ID_SANITISED(ID_AA64MMFR2_EL1),
1876-
ID_UNALLOCATED(7,3),
1876+
ID_SANITISED(ID_AA64MMFR3_EL1),
18771877
ID_UNALLOCATED(7,4),
18781878
ID_UNALLOCATED(7,5),
18791879
ID_UNALLOCATED(7,6),

0 commit comments

Comments
 (0)