qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 4/6] trace: Add per-vCPU tracing states for e


From: Lluís Vilanova
Subject: Re: [Qemu-devel] [PATCH v4 4/6] trace: Add per-vCPU tracing states for events with the 'vcpu' property
Date: Mon, 20 Jun 2016 14:40:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Stefan Hajnoczi writes:

> On Fri, Jun 17, 2016 at 10:16:25PM +0200, Lluís Vilanova wrote:
>> Stefan Hajnoczi writes:
>> 
>> > On Tue, Jun 14, 2016 at 03:11:12PM +0200, Lluís Vilanova wrote:
>> >> @@ -1116,6 +1117,7 @@ int main(int argc, char **argv)
>> >> gdbserver_start (gdbstub_port);
>> >> gdb_handlesig(cpu, 0);
>> >> }
>> >> +    trace_init_vcpu_events();
>> 
>> > Do vcpu events make sense in *-user builds?  I thought this feature is
>> > only available in *-softmmu.
>> 
>> It's here for completeness, although it's currently useless. AFAIK, QEMU has
>> multiple vCPUs when the user application is multi-threaded, but user QEMU 
>> has no
>> interface to interactively control event states.

> Yes, please drop the *-user changes.  I see no trace_init_*() calls in
> *-user so it won't be useful to call trace_init_vcpu_events().

Actually, I was thinking on extending the *-user command line to accept
something similar to softmmu to control what and where to trace. I guess this
should go onto a separate series (or can I fold it into this one?).

Cheers,
  Lluis



reply via email to

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