commit | 53371b5098543ab09dcb0c7ce31da887dbe58c62 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Apr 09 14:15:30 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 12:01:18 2008 +0300 |
tree | 5453a27cb8909c3604f81d4cc8811542b3f48d10 | |
parent | 6394b6494c0a352a2db3ea3e891ba7aeea7c1441 [diff] |
KVM: SVM: add intercept for machine check exception To properly forward a MCE occured while the guest is running to the host, we have to intercept this exception and call the host handler by hand. This is implemented by this patch. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>