From: Joerg Roedel Date: Mon, 17 May 2010 12:43:34 +0000 (+0200) Subject: KVM: SVM: Handle MCEs early in the vmexit process X-Git-Tag: v2.6.35-rc3~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5913e4e1700cbfc337f4b1da9ddb26f6a55586;p=pandora-kernel.git KVM: SVM: Handle MCEs early in the vmexit process This patch moves handling of the MC vmexits to an earlier point in the vmexit. The handle_exit function is too late because the vcpu might alreadry have changed its physical cpu. Cc: stable@kernel.org Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed