From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: NMI delivery not correctly working Date: Tue, 24 Jul 2007 18:07:53 +0100 Message-ID: References: <200707241747.23720.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200707241747.23720.Christoph.Egger@amd.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: Christoph Egger , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 24/7/07 16:47, "Christoph Egger" wrote: > I know, there is a line "current->nmi_masked = 0;" in do_iret() in > xen/arch/x86/x86_(32|64)/traps.c, but this is actually never called > after NMI delivery. Guests *must* use the iret hypercall when returning from their NMI handler. This is giving a virtualised equivalent of the 'NMI-blocking' latch implemented in x86 processors, which is reset by the IRET instruction. -- Keir