qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] trace: Immediately apply per-vCPU state chan


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2] trace: Immediately apply per-vCPU state changes if a vCPU is being created
Date: Wed, 13 Sep 2017 15:24:35 +0100
User-agent: Mutt/1.8.3 (2017-05-23)

On Wed, Sep 13, 2017 at 01:50:25AM +0300, Lluís Vilanova wrote:
> Right now, function trace_event_set_vcpu_state_dynamic() asynchronously 
> enables
> events in the case a vCPU is executing TCG code. If the vCPU is being created
> this makes some events like "guest_cpu_enter" to not be traced.
> 
> Signed-off-by: Lluís Vilanova <address@hidden>
> Reviewed-by: Emilio G. Cota <address@hidden>
> ---
> 
> Changes in v2
> =============
> 
> * Use RUN_ON_CPU_NULL [Emilio G. Cota].
> * Rebase on fcea73709b.
> ---
>  trace/control-target.c |   18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)

Thanks, applied to my tracing tree:
https://github.com/stefanha/qemu/commits/tracing

Stefan



reply via email to

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