]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
authorFuad Tabba <tabba@google.com>
Mon, 16 Dec 2024 10:50:56 +0000 (10:50 +0000)
committerMarc Zyngier <maz@kernel.org>
Fri, 20 Dec 2024 13:54:09 +0000 (13:54 +0000)
commit41d6028e28bd474298ff10409c292ec46cf43a90
tree2f01f666ef48902596e5158fc4831428a4e6c877
parentc5c1763596660fcd77a1190b3bd78bbe24bcfd6a
KVM: arm64: Convert the SVE guest vcpu flag to a vm flag

The vcpu flag GUEST_HAS_SVE is per-vcpu, but it is based on what
is now a per-vm feature. Make the flag per-vm.

Signed-off-by: Fuad Tabba <tabba@google.com>
Link: https://lore.kernel.org/r/20241216105057.579031-17-tabba@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/hyp/nvhe/pkvm.c
arch/arm64/kvm/reset.c