From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKFTo-000492-0v for qemu-devel@nongnu.org; Mon, 04 Jul 2016 21:48:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKFTi-00036Y-MP for qemu-devel@nongnu.org; Mon, 04 Jul 2016 21:48:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKFTi-00036I-Dg for qemu-devel@nongnu.org; Mon, 04 Jul 2016 21:48:46 -0400 References: <146762524786.10102.1727835249259432514.stgit@fimbulvetr.bsc.es> <146762528566.10102.6616663242698405117.stgit@fimbulvetr.bsc.es> From: Eric Blake Message-ID: <577B11F9.5060601@redhat.com> Date: Mon, 4 Jul 2016 19:48:41 -0600 MIME-Version: 1.0 In-Reply-To: <146762528566.10102.6616663242698405117.stgit@fimbulvetr.bsc.es> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xwWUnVIIGitsdsQko0h0qBQAmot0QJlNe" Subject: Re: [Qemu-devel] [PATCH v8 7/7] trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Llu=c3=ads_Vilanova?= , qemu-devel@nongnu.org Cc: Paolo Bonzini , Eduardo Habkost , Stefan Hajnoczi , Luiz Capitulino , Markus Armbruster This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xwWUnVIIGitsdsQko0h0qBQAmot0QJlNe From: Eric Blake To: =?UTF-8?Q?Llu=c3=ads_Vilanova?= , qemu-devel@nongnu.org Cc: Paolo Bonzini , Eduardo Habkost , Stefan Hajnoczi , Luiz Capitulino , Markus Armbruster Message-ID: <577B11F9.5060601@redhat.com> Subject: Re: [PATCH v8 7/7] trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state References: <146762524786.10102.1727835249259432514.stgit@fimbulvetr.bsc.es> <146762528566.10102.6616663242698405117.stgit@fimbulvetr.bsc.es> In-Reply-To: <146762528566.10102.6616663242698405117.stgit@fimbulvetr.bsc.es> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/04/2016 03:41 AM, Llu=C3=ADs Vilanova wrote: > Signed-off-by: Llu=C3=ADs Vilanova > Reviewed-by: Stefan Hajnoczi > --- > hmp-commands-info.hx | 6 +- > hmp-commands.hx | 7 +- > monitor.c | 17 +++++- > qapi/trace.json | 32 +++++++++-- > qmp-commands.hx | 35 +++++++++++- > trace/qmp.c | 148 ++++++++++++++++++++++++++++++++++++++++--= -------- > 6 files changed, 202 insertions(+), 43 deletions(-) >=20 > +++ b/qapi/trace.json > @@ -1,6 +1,6 @@ > # -*- mode: python -*- > # > -# Copyright (C) 2011-2014 Llu=C3=ADs Vilanova > +# Copyright (C) 2011-2016 Llu=C3=ADs Vilanova > # > # This work is licensed under the terms of the GNU GPL, version 2 or l= ater. > # See the COPYING file in the top-level directory. > @@ -29,11 +29,14 @@ > # > # @name: Event name. > # @state: Tracing state. > +# @vcpu: Whether this is a per-vCPU event (since 2.7). > +# > +# An event is per-vCPU if it has the "vcpu" property in the "trace-eve= nts" file. Is this comment still true, now that we've split trace-events into multiple files? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --xwWUnVIIGitsdsQko0h0qBQAmot0QJlNe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXexH6AAoJEKeha0olJ0NqEmIH/R6MG/W4jeeO0g0twDcvq57M eVBuetHRhy+ksgo5FFPYqnwXk1RBJ+MpGYj6e3OmhFhwHK6YIH6HCy5F3gOlEYsI NbSu2YvcS8XR6398mdgoaDDWZNNSJCllkyB4soEiyDQsHa4H+rpntKugmpMraj/z OU5Dm7xkcQ6v46tUfWisDcRYL/Cg/Wi4c7fDVDY4rR8EXH8l5BzTvtYx1mZJC2Gd 5huK+25HIi+1Icn1HmSF//HBeMFlhrfyylytDPP2vBXQXsPjAwPKnODlj/LKQLSR 7kG+TDs/ArDxH35EGB2+DLSoojzM50H3T/9I+hoKUXRwnYizAou6CJClBNryyMc= =zjjO -----END PGP SIGNATURE----- --xwWUnVIIGitsdsQko0h0qBQAmot0QJlNe--