commit | a6de37ac9a8793d4470db6287b6e28be15259fed | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Aug 15 19:19:16 2025 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Aug 15 19:19:16 2025 +0100 |
tree | 3caed8ce49cd919b962c14116963e3163b0a7f49 | |
parent | 583e83fbe9e96afccaa9a7a0cb92a0c04d7949bf [diff] |
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: 0b593ef12afc ("KVM: arm64: selftests: Catch up set_id_regs with the kernel") Signed-off-by: Mark Brown <broonie@kernel.org>