]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
authorChristoffer Dall <christoffer.dall@linaro.org>
Thu, 16 Oct 2014 14:14:43 +0000 (16:14 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 30 Apr 2015 09:15:12 +0000 (11:15 +0200)
commit96c7d3a6b93b12868acd5432e408f42e36afe8d5
tree30b619fa6edbedcf2205c5cc674a78dc06fb822a
parent9177e8d7ad081480234c6ff59d98f941413a6b2c
arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option

commit 3ad8b3de526a76fbe9466b366059e4958957b88f upstream.

The implementation of KVM_ARM_VCPU_INIT is currently not doing what
userspace expects, namely making sure that a vcpu which may have been
turned off using PSCI is returned to its initial state, which would be
powered on if userspace does not set the KVM_ARM_VCPU_POWER_OFF flag.

Implement the expected functionality and clarify the ABI.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Documentation/virtual/kvm/api.txt
arch/arm/kvm/arm.c