* [PATCH] vmx-fix-vmxbug.patch
@ 2005-05-24 21:08 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-05-24 21:08 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
Tighten VMX bug checking.
Signed-off-by: Mikhail Kharitonov <mikhail.i.kharitonov@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- 1.50/xen/arch/x86/vmx.c 2005-05-12 06:58:45 -07:00
+++ edited/arch/x86/vmx.c 2005-05-19 11:02:57 -07:00
@@ -1087,7 +1087,7 @@
unsigned long va;
if ((error = __vmread(VM_EXIT_INTR_INFO, &vector))
- && !(vector & INTR_INFO_VALID_MASK))
+ || !(vector & INTR_INFO_VALID_MASK))
__vmx_bug(®s);
vector &= 0xff;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-24 21:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-24 21:08 [PATCH] vmx-fix-vmxbug.patch Arun Sharma
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.