From: Avi Kivity Date: Mon, 12 Feb 2007 08:54:46 +0000 (-0800) Subject: [PATCH] KVM: VMX: add vcpu_clear() X-Git-Tag: v2.6.21-rc1~274^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0be2b3bf4a55606967d7d84e56c52521e94333;p=pandora-kernel.git [PATCH] KVM: VMX: add vcpu_clear() Like the inline code it replaces, this function decaches the vmcs from the cpu it last executed on. in addition: - vcpu_clear() works if the last cpu is also the cpu we're running on - it is faster on larger smps by virtue of using smp_call_function_single() Includes fix from Ingo Molnar. Signed-off-by: Ingo Molnar Signed-off-by: Avi Kivity Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed