commit | 5253788d1ccb5894b3ed4d52c9c3f88015426893 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Jul 05 11:18:57 2024 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Mon Jul 08 08:45:09 2024 +0100 |
tree | a993493edc05980e40b10081ad65827a639a6300 | |
parent | 641c4743a4946b30cbdb640f77b26102a8464618 [diff] |
KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests Everything is now in place for a guest to "enjoy" FP8 support. Expose ID_AA64PFR2_EL1 to both userspace and guests, with the explicit restriction of only being able to clear FPMR. All other features (MTE* at the time of writing) are hidden and not writable. Signed-off-by: Marc Zyngier <maz@kernel.org>