commit | 890ca9aefa78f7831f8f633cab9e4803636dffe4 | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Mon May 11 16:48:15 2009 +0800 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:39 2009 +0300 |
tree | 1a66ca576b6b0c396de79214e2262dc218ec5d56 | |
parent | af24a4e4aec77ef16c1971cf4465f767ba946034 [diff] |
KVM: Add MCE support The related MSRs are emulated. MCE capability is exported via extension KVM_CAP_MCE and ioctl KVM_X86_GET_MCE_CAP_SUPPORTED. A new vcpu ioctl command KVM_X86_SETUP_MCE is used to setup MCE emulation such as the mcg_cap. MCE is injected via vcpu ioctl command KVM_X86_SET_MCE. Extended machine-check state (MCG_EXT_P) and CMCI are not implemented. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>