diff options
author | Marc Zyngier <maz@kernel.org> | 2022-05-28 12:38:17 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-06-09 15:43:46 +0100 |
commit | 4c0680d394d8a77868049931101e4a59372346b5 (patch) | |
tree | 58a1d9639a10a8fa872067bf7f3403769d5e8408 /arch/arm64/kvm/hyp/exception.c | |
parent | 690bacb83bc30d14821bd32cac1c5839b4a9ac6c (diff) |
KVM: arm64: Move vcpu configuration flags into their own set
The KVM_ARM64_{GUEST_HAS_SVE,VCPU_SVE_FINALIZED,GUEST_HAS_PTRAUTH}
flags are purely configuration flags. Once set, they are never cleared,
but evaluated all over the code base.
Move these three flags into the configuration set in one go, using
the new accessors, and take this opportunity to drop the KVM_ARM64_
prefix which doesn't provide any help.
Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/kvm/hyp/exception.c')
0 files changed, 0 insertions, 0 deletions