From: Paul Mackerras Date: Thu, 16 Jul 2015 07:11:14 +0000 (+1000) Subject: KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation X-Git-Tag: omap-for-v4.3/fixes-rc1~38^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563a1e93afac4d2c135072461fbab418b9dff43f;p=pandora-kernel.git KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation Whenever a vcore state is VCORE_PREEMPT we need to be counting stolen time for it. This currently isn't the case when we have a vcore that no longer has any runnable threads in it but still has a runner task, so we do an explicit call to kvmppc_core_start_stolen() in that case. Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed