|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] vmx-xentrace.patch
Fix the trace macro to have the correct domid and number of args.
Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>
--- 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();
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |