From: Christoffer Dall Date: Thu, 12 Dec 2013 04:29:11 +0000 (-0800) Subject: arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_put X-Git-Tag: v3.14-rc1~127^2~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b152cb957cb194437f37e79f0f3c9d34fe53d6;p=pandora-kernel.git arm/arm64: kvm: Set vcpu->cpu to -1 on vcpu_put The arch-generic KVM code expects the cpu field of a vcpu to be -1 if the vcpu is no longer assigned to a cpu. This is used for the optimized make_all_cpus_request path and will be used by the vgic code to check that no vcpus are running. Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed