]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: SVM: Handle MCEs early in the vmexit process
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 17 May 2010 12:43:34 +0000 (14:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:26:44 +0000 (10:26 -0700)
commit043ea286f289514533d676d9fe66c98a84898910
tree20f272ac150bb7b9e663804f3685b44a92950de1
parent0c848bde40bcb7e6920c62c8e845d77e90fba27b
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 <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
(cherry picked from commit fe5913e4e1700cbfc337f4b1da9ddb26f6a55586)
arch/x86/kvm/svm.c