All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Crash VMX when guest NMI.
@ 2006-11-08 13:13 Li, Xin B
  2006-11-08 13:23 ` unmodified_drivers build fails in latest unstable version tam00
  2006-11-08 15:00 ` [PATCH] Crash VMX when guest NMI Keir Fraser
  0 siblings, 2 replies; 5+ messages in thread
From: Li, Xin B @ 2006-11-08 13:13 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Crash VMX when guest NMI.
It's meanless to call do_nmi of Xen HV when guest NMI, and acturally
guest NMI can only be injected, is it possible to happen inside guest?

Signed-off-by: Xin Li <xin.b.li@intel.com>

[-- Attachment #2: vmx_nmi.patch --]
[-- Type: application/octet-stream, Size: 439 bytes --]

diff -r 1fcdb3a35db3 xen/arch/x86/hvm/vmx/vmx.c
--- a/xen/arch/x86/hvm/vmx/vmx.c	Wed Nov 08 10:48:55 2006 +0000
+++ b/xen/arch/x86/hvm/vmx/vmx.c	Wed Nov 08 10:14:55 2006 +0800
@@ -2198,7 +2199,7 @@ asmlinkage void vmx_vmexit_handler(struc
             break;
         }
         case TRAP_nmi:
-            do_nmi(regs);
+            domain_crash_synchronous();
             break;
         default:
             vmx_reflect_exception(v);

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-10  0:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 13:13 [PATCH] Crash VMX when guest NMI Li, Xin B
2006-11-08 13:23 ` unmodified_drivers build fails in latest unstable version tam00
2006-11-09 16:35   ` Steven Smith
2006-11-10  0:57     ` tam00
2006-11-08 15:00 ` [PATCH] Crash VMX when guest NMI Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.