From: Huang Ying Date: Mon, 11 May 2009 08:48:15 +0000 (+0800) Subject: KVM: Add MCE support X-Git-Tag: v2.6.32-rc1~693^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890ca9aefa78f7831f8f633cab9e4803636dffe4;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed