commit | fe5913e4e1700cbfc337f4b1da9ddb26f6a55586 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon May 17 14:43:34 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 09 18:39:10 2010 +0300 |
tree | fac7ecc398a41a9ffdb3d8b0dfe43a651c98ea28 | |
parent | a06cdb5676272a12056820aeb49a1416ad2d0c6f [diff] |
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>