From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEiBK-0007wy-MP for qemu-devel@nongnu.org; Tue, 26 Apr 2011 09:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEiBJ-0003xz-Rj for qemu-devel@nongnu.org; Tue, 26 Apr 2011 09:19:58 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:37652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEiBJ-0003xt-PD for qemu-devel@nongnu.org; Tue, 26 Apr 2011 09:19:57 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e6.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p3QCtiD7001885 for ; Tue, 26 Apr 2011 08:55:44 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3QDJvmE059724 for ; Tue, 26 Apr 2011 09:19:57 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3Q9JjP7004560 for ; Tue, 26 Apr 2011 06:19:45 -0300 Message-ID: <4DB6C67C.2010109@us.ibm.com> Date: Tue, 26 Apr 2011 08:19:56 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1303820763-6720-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1303820763-6720-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/6] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 04/26/2011 07:25 AM, Stefan Hajnoczi wrote: > The following changes since commit b0b36e5d2e4c8a96c2f6dbc0981a9fd0cde1= 11d8: > > doc: fix slirp description (2011-04-25 23:10:04 +0200) > > are available in the git repository at: > git://repo.or.cz/qemu/stefanha.git tracing Pulled. Thanks. Regards, Anthony Liguori > > Llu=C3=ADs (3): > docs/tracing.txt: minor documentation fixes > trace: [ust] fix generation of 'trace.c' on events without args > trace: [trace-events] fix print formats in some events > > Paolo Bonzini (1): > tracetool: allow ) in trace output string > > Stefan Hajnoczi (2): > trace: Remove %s in grlib trace events > docs: Trace events must not expect pointer dereferencing > > docs/tracing.txt | 23 ++++++++++++++--------- > hw/grlib_apbuart.c | 2 +- > hw/grlib_gptimer.c | 29 ++++++++++++++--------------- > hw/grlib_irqmp.c | 4 ++-- > scripts/tracetool | 9 +++++---- > trace-events | 14 +++++++------- > 6 files changed, 43 insertions(+), 38 deletions(-) >