All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vmx-xentrace.patch
@ 2005-06-01 23:12 Arun Sharma
  0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-06-01 23:12 UTC (permalink / raw)
  To: Ian Pratt, Keir Fraser; +Cc: xen-devel

Fix the trace macro to have the correct domid and number of args.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>

--- 1.26/xen/arch/x86/vmx_io.c	2005-05-27 12:02:09 -07:00
+++ edited/arch/x86/vmx_io.c	2005-05-31 17:05:37 -07:00
@@ -455,7 +455,7 @@
 
     __vmwrite(GUEST_INTERRUPTIBILITY_INFO, 0);
 
-    TRACE_2D(TRC_VMX_INT, d, highest_vector);
+    TRACE_3D(TRC_VMX_INT, d->domain->domain_id, highest_vector, 0);
     if (highest_vector == vpit->vector)
         vpit->inject_point = NOW();

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-01 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 23:12 [PATCH] vmx-xentrace.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.