Re: [Qemu-devel] [PATCH v1] log: fix parsing of multiple trace:PATTERN log args

2016-09-14 Thread Paolo Bonzini
On 06/09/2016 20:25, Daniel P. Berrange wrote: > If giving QEMU a log arg which asks to enable multiple > different trace event patterns such as > > $QEMU -d trace:qio*,trace:qcrypto* > > the parser will then invoke > > trace_enable_events("qio*,trace:qcrypto*") > trace_enable_events("qc

Re: [Qemu-devel] [PATCH v1] log: fix parsing of multiple trace:PATTERN log args

2016-09-14 Thread Stefan Hajnoczi
On Tue, Sep 06, 2016 at 08:56:16PM +0200, Paolo Bonzini wrote: > Stefan, is util/log.c part of tracing or not?!? :) No. Stefan signature.asc Description: PGP signature

Re: [Qemu-devel] [PATCH v1] log: fix parsing of multiple trace:PATTERN log args

2016-09-06 Thread Paolo Bonzini
Stefan, is util/log.c part of tracing or not?!? :) Paolo On 06/09/2016 20:25, Daniel P. Berrange wrote: > If giving QEMU a log arg which asks to enable multiple > different trace event patterns such as > > $QEMU -d trace:qio*,trace:qcrypto* > > the parser will then invoke > > trace_enable_