commit | 03f1d4c17edb31b41b14ca3a749ae38d2dd6639d | [log] [tgz] |
---|---|---|
author | Christoffer Dall <christoffer.dall@linaro.org> | Tue Dec 02 15:27:51 2014 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Sat Dec 13 14:15:25 2014 +0100 |
tree | ab10f7288b4405beb79d015592fdbf1b1725c6c8 | |
parent | 016ed39c54b8a3db680e5c6a43419f806133caf2 [diff] |
arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag If a VCPU was originally started with power off (typically to be brought up by PSCI in SMP configurations), there is no need to clear the POWER_OFF flag in the kernel, as this flag is only tested during the init ioctl itself. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>