From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49326 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7mwW-0001ZR-1g for qemu-devel@nongnu.org; Mon, 18 Oct 2010 06:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7mwV-0007t7-1m for qemu-devel@nongnu.org; Mon, 18 Oct 2010 06:27:47 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:46980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7mwU-0007qC-R4 for qemu-devel@nongnu.org; Mon, 18 Oct 2010 06:27:47 -0400 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o9IARW2U001977 for ; Mon, 18 Oct 2010 10:27:32 GMT Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9IARWPe3489844 for ; Mon, 18 Oct 2010 11:27:32 +0100 Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9IARWbH003861 for ; Mon, 18 Oct 2010 04:27:32 -0600 Date: Mon, 18 Oct 2010 11:27:31 +0100 From: Stefan Hajnoczi Message-ID: <20101018102731.GA2322@stefan-thinkpad.transitives.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATCH] trace: improve info trace output List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On Sun, Oct 17, 2010 at 08:05:45AM +0000, Blue Swirl wrote: > Use PRI*64 to print full 64 bit data even on ILP32 hosts. > > Print also sixth tracepoint parameter. > > Cc: Stefan Hajnoczi > Signed-off-by: Blue Swirl > --- > simpletrace.c | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) Acked-by: Stefan Hajnoczi