From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4zxn-0002zB-Uq for qemu-devel@nongnu.org; Sat, 17 Sep 2011 14:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4zxn-0007JC-4W for qemu-devel@nongnu.org; Sat, 17 Sep 2011 14:50:07 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:63808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4zxm-0007Is-Mx for qemu-devel@nongnu.org; Sat, 17 Sep 2011 14:50:07 -0400 Received: by qyc1 with SMTP id 1so1332032qyc.4 for ; Sat, 17 Sep 2011 11:50:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1315917277-20670-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1315917277-20670-1-git-send-email-stefanha@linux.vnet.ibm.com> From: Blue Swirl Date: Sat, 17 Sep 2011 18:49:46 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] Remove trailing double quote limitation and add virtio_set_status trace event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: William Cohen , qemu-devel@nongnu.org Thanks, applied all. On Tue, Sep 13, 2011 at 12:34 PM, Stefan Hajnoczi wrote: > This series removes the tracetool parser limitation that format strings m= ust > begin and end with double quotes. =C2=A0In practice this means we need to= work > around PRI*64 usage by adding dummy "" at the end of the line. =C2=A0It's= fairly > easy to solve this parser limitation and do away with the workarounds. > > While we're at it, also add the virtio_set_status() trace event to proper= ly > follow the lifecycle of virtio devices. > > =C2=A0docs/tracing.txt =C2=A0| =C2=A0 =C2=A05 +---- > =C2=A0hw/virtio.c =C2=A0 =C2=A0 =C2=A0 | =C2=A0 10 ++++++++++ > =C2=A0hw/virtio.h =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A09 +-------- > =C2=A0scripts/tracetool | =C2=A0 20 +++++++++++++------- > =C2=A0trace-events =C2=A0 =C2=A0 =C2=A0| =C2=A0 37 +++++++++++++++++++---= --------------- > =C2=A05 files changed, 44 insertions(+), 37 deletions(-) > >