commit | 5294afdbf45aced5295fe5941c58b40c41c23800 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Mar 01 17:42:31 2024 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Fri Apr 12 13:58:59 2024 +0100 |
tree | b4a85c3bf837fea6eb4ad2214dbf2b90045c5066 | |
parent | 51e09b5572d665645ce394f94f24a7d6ec32bda9 [diff] |
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch In retrospect, it is fairly obvious that the FP state ownership is only meaningful for a given CPU, and that locating this information in the vcpu was just a mistake. Move the ownership tracking into the host data structure, and rename it from fp_state to fp_owner, which is a better description (name suggested by Mark Brown). Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Marc Zyngier <maz@kernel.org>