From 563a1e93afac4d2c135072461fbab418b9dff43f Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 16 Jul 2015 17:11:14 +1000 Subject: [PATCH] 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-format-patch failed