ia64/xen-unstable
changeset 5268:061fa5a23248
bitkeeper revision 1.1634 (429ebf70RJ7AddbljcMww4yY9oNOew)
[PATCH] vmx-xentrace.patch
Fix the trace macro to have the correct domid and number of args.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
[PATCH] vmx-xentrace.patch
Fix the trace macro to have the correct domid and number of args.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
author | arun.sharma@intel.com[kaf24] |
---|---|
date | Thu Jun 02 08:12:32 2005 +0000 (2005-06-02) |
parents | 6c89d5f8c629 |
children | 97aa85e7aa21 |
files | xen/arch/x86/vmx_io.c |
line diff
1.1 --- a/xen/arch/x86/vmx_io.c Thu Jun 02 08:12:25 2005 +0000 1.2 +++ b/xen/arch/x86/vmx_io.c Thu Jun 02 08:12:32 2005 +0000 1.3 @@ -455,7 +455,7 @@ void vmx_intr_assist(struct exec_domain 1.4 1.5 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, 0); 1.6 1.7 - TRACE_2D(TRC_VMX_INT, d, highest_vector); 1.8 + TRACE_3D(TRC_VMX_INT, d->domain->domain_id, highest_vector, 0); 1.9 if (highest_vector == vpit->vector) 1.10 vpit->inject_point = NOW(); 1.11