From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH] vmx-xentrace.patch Date: Wed, 1 Jun 2005 16:12:56 -0700 Message-ID: <20050601231256.GA6787@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Fix the trace macro to have the correct domid and number of args. Signed-off-by: Arun Sharma --- 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();