Skip to content

Commit 1fab657

Browse files
Marc Zyngieroupton
authored andcommitted
KVM: arm64: Make ID_AA64PFR0_EL1.RAS writable
Make ID_AA64PFR0_EL1.RAS writable so that we can restore a VM from a system without RAS to a RAS-equipped machine (or disable RAS in the guest). Signed-off-by: Marc Zyngier <[email protected]> Reviewed-by: Cornelia Huck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 9049fb1 commit 1fab657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kvm/sys_regs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2939,7 +2939,6 @@ static const struct sys_reg_desc sys_reg_descs[] = {
29392939
~(ID_AA64PFR0_EL1_AMU |
29402940
ID_AA64PFR0_EL1_MPAM |
29412941
ID_AA64PFR0_EL1_SVE |
2942-
ID_AA64PFR0_EL1_RAS |
29432942
ID_AA64PFR0_EL1_AdvSIMD |
29442943
ID_AA64PFR0_EL1_FP)),
29452944
ID_FILTERED(ID_AA64PFR1_EL1, id_aa64pfr1_el1,

0 commit comments

Comments
 (0)