KVM: arm64: Move vcpu WFIT flag to the state flag set
authorMarc Zyngier <maz@kernel.org>
Sat, 28 May 2022 11:38:22 +0000 (12:38 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 29 Jun 2022 09:23:23 +0000 (10:23 +0100)
commiteebc538d8e07e0ec759823664cbe2011a8bd885d
tree83a2938d6122d00a8dc3395f36b700e0720a43e2
parentaff3ccd7320eed5814d317fcb80244f474d66a84
KVM: arm64: Move vcpu WFIT flag to the state flag set

The host kernel uses the WFIT flag to remember that a vcpu has used
this instruction and wake it up as required. Move it to the state
set, as nothing in the hypervisor uses this information.

Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arch_timer.c
arch/arm64/kvm/arm.c
arch/arm64/kvm/handle_exit.c