Skip to content

Commit 01860bc

Browse files
broonieoupton
authored andcommitted
KVM: arm64: selftests: Sync ID_AA64MMFR3_EL1 in set_id_regs
When we added coverage for ID_AA64MMFR3_EL1 we didn't add it to the list of registers we read in the guest, do so. Fixes: 0b593ef ("KVM: arm64: selftests: Catch up set_id_regs with the kernel") Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/20250818-kvm-arm64-selftests-mmfr3-idreg-v1-1-2f85114d0163@kernel.org Signed-off-by: Oliver Upton <[email protected]>
1 parent 0843e0c commit 01860bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/kvm/arm64/set_id_regs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ static void guest_code(void)
243243
GUEST_REG_SYNC(SYS_ID_AA64MMFR0_EL1);
244244
GUEST_REG_SYNC(SYS_ID_AA64MMFR1_EL1);
245245
GUEST_REG_SYNC(SYS_ID_AA64MMFR2_EL1);
246+
GUEST_REG_SYNC(SYS_ID_AA64MMFR3_EL1);
246247
GUEST_REG_SYNC(SYS_ID_AA64ZFR0_EL1);
247248
GUEST_REG_SYNC(SYS_CTR_EL0);
248249
GUEST_REG_SYNC(SYS_MIDR_EL1);

0 commit comments

Comments
 (0)