From: Gleb Natapov Date: Mon, 22 Sep 2008 11:28:53 +0000 (+0300) Subject: KVM: don't enter guest after SIPI was received by a CPU X-Git-Tag: v2.6.28-rc1~269^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2152f5457448bd90cb019c108e0a85e716fdbe;p=pandora-kernel.git KVM: don't enter guest after SIPI was received by a CPU The vcpu should process pending SIPI message before entering guest mode again. kvm_arch_vcpu_runnable() returns true if the vcpu is in SIPI state, so we can't call it here. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed