qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v8 7/7] trace: Add QAPI/QMP interfaces to query


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v8 7/7] trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state
Date: Mon, 4 Jul 2016 19:48:41 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 07/04/2016 03:41 AM, Lluís Vilanova wrote:
> Signed-off-by: Lluís Vilanova <address@hidden>
> Reviewed-by: Stefan Hajnoczi <address@hidden>
> ---
>  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(-)
> 

> +++ b/qapi/trace.json
> @@ -1,6 +1,6 @@
>  # -*- mode: python -*-
>  #
> -# Copyright (C) 2011-2014 Lluís Vilanova <address@hidden>
> +# Copyright (C) 2011-2016 Lluís Vilanova <address@hidden>
>  #
>  # This work is licensed under the terms of the GNU GPL, version 2 or later.
>  # 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-events" 
> file.

Is this comment still true, now that we've split trace-events into
multiple files?


-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]