qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 15/20] trace: dynamically allocate event IDs


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 15/20] trace: dynamically allocate event IDs at runtime
Date: Mon, 3 Oct 2016 15:21:47 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

On Wed, Sep 28, 2016 at 02:08:18PM +0100, Daniel P. Berrange wrote:
> Instead of having the code generator assign event IDs and
> event VCPU IDs, assign them when the events are registered
> at runtime. This will allow code to be generated from
> individual trace-events without having to figure out
> globally unique numbering at build time.
> 
> Reviewed-by: LluĂ­s Vilanova <address@hidden>
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
>  scripts/tracetool/format/events_c.py | 10 ++--------
>  scripts/tracetool/format/events_h.py |  4 ----
>  trace/control.c                      | 11 ++++++++++-
>  3 files changed, 12 insertions(+), 13 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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