commit | 563a1e93afac4d2c135072461fbab418b9dff43f | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Jul 16 17:11:14 2015 +1000 |
committer | Alexander Graf <agraf@suse.de> | Sat Aug 22 11:16:19 2015 +0200 |
tree | c63509f4a46f0b512c4defd9f460751ed510e04b | |
parent | 402813fe39db66e8f3be2a1b5b62dd664e33f6b8 [diff] |
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 <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>