From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8bqg-0005cx-3u for qemu-devel@nongnu.org; Wed, 20 Oct 2010 12:49:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8bqf-000496-0E for qemu-devel@nongnu.org; Wed, 20 Oct 2010 12:49:09 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:47498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8bqe-00047n-R7 for qemu-devel@nongnu.org; Wed, 20 Oct 2010 12:49:08 -0400 Received: by qwh5 with SMTP id 5so2649358qwh.4 for ; Wed, 20 Oct 2010 09:49:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20101018102731.GA2322@stefan-thinkpad.transitives.com> References: <20101018102731.GA2322@stefan-thinkpad.transitives.com> From: Blue Swirl Date: Wed, 20 Oct 2010 16:48:47 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Stefan Hajnoczi Cc: qemu-devel Thanks for the Ack, applied. On Mon, Oct 18, 2010 at 10:27 AM, Stefan Hajnoczi wrote: > 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 >> --- >> =C2=A0simpletrace.c | =C2=A0 =C2=A06 ++++-- >> =C2=A01 files changed, 4 insertions(+), 2 deletions(-) > > Acked-by: Stefan Hajnoczi >