Re: [PATCH v2 1/6] arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag

2014-12-08 Thread Marc Zyngier
On 03/12/14 21:18, Christoffer Dall wrote: > 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. > > Signed-off-by: Ch

[PATCH v2 1/6] arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag

2014-12-03 Thread Christoffer Dall
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. Signed-off-by: Christoffer Dall --- arch/arm/kvm/arm.c | 2 +- 1 file