From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: MCE handler in 2.6.37 kernel Date: Wed, 02 Feb 2011 09:48:14 -0800 Message-ID: <4D4998DE.4090106@goop.org> References: <20110201193939.70d96764@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110201193939.70d96764@mantra.us.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 02/01/2011 07:39 PM, Mukesh Rathor wrote: > Hi Jeremy, > > I am playing around with MCE stuff, and looking to test MCE handler in > the guest kernel next. Just wondering why we are not installing > MCE handler in the hypervisor in 2.6.37 kernel. > > > arch/x86/xen/enlighten.c: > > cvt_gate_to_trap(): > > #ifdef CONFIG_X86_MCE > } else if (addr == (unsigned long)machine_check) { > return 0; > #endif There's a patch from the Intel folks to implement MCE, but I hadn't added it to my upstream todo list yet. I think it's pretty small, so no problem to add it - esp if you can actually test it. J