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 <joey.gouly@arm.com> Cc: Marc Zyngier <maz@kernel.org> Cc: Oliver Upton <oliver.upton@linux.dev> Cc: James Morse <james.morse@arm.com> Cc: Suzuki K Poulose <suzuki.poulose@arm.com> Cc: Zenghui Yu <yuzenghui@huawei.com> Cc: Will Deacon <will@kernel.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Reviewed-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230606145859.697944-11-joey.gouly@arm.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 86f9de9 commit 8ef67c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)