From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH -v3] KVM: MCE: Add MCE support to KVM Date: Sun, 17 May 2009 21:56:34 +0300 Message-ID: <4A105DE2.8090200@redhat.com> References: <1242031695.8213.17.camel@yhuang-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen To: Huang Ying Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53098 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752168AbZEQS4l (ORCPT ); Sun, 17 May 2009 14:56:41 -0400 In-Reply-To: <1242031695.8213.17.camel@yhuang-dev.sh.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Huang Ying wrote: > 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. > > Applied, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.