From: Rik van Riel Date: Tue, 1 Feb 2011 14:52:41 +0000 (-0500) Subject: KVM: keep track of which task is running a KVM vcpu X-Git-Tag: v2.6.39-rc1~436^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34bb10b79de7df118de832f6832efb630e646577;p=pandora-kernel.git KVM: keep track of which task is running a KVM vcpu Keep track of which task is running a KVM vcpu. This helps us figure out later what task to wake up if we want to boost a vcpu that got preempted. Unfortunately there are no guarantees that the same task always keeps the same vcpu, so we can only track the task across a single "run" of the vcpu. Signed-off-by: Rik van Riel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed