Re: [PATCH] tracing: only allow -trace to override -D if set

2020-02-24 Thread Laurent Vivier
On 11/02/2020 12:10, Alex Bennée wrote: > Otherwise any -D settings the user may have made get ignored. > > Signed-off-by: Alex Bennée > --- > trace/control.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/trace/control.c b/trace/control.c > index 6c775e68e

Re: [PATCH] tracing: only allow -trace to override -D if set

2020-02-13 Thread Stefan Hajnoczi
On Wed, Feb 12, 2020 at 11:31:00PM +0100, Philippe Mathieu-Daudé wrote: > On 2/12/20 4:34 PM, Stefan Hajnoczi wrote: > > On Tue, Feb 11, 2020 at 11:10:54AM +, Alex Bennée wrote: > > > Otherwise any -D settings the user may have made get ignored. > > > > > > Signed-off-by: Alex Bennée > > > --

Re: [PATCH] tracing: only allow -trace to override -D if set

2020-02-12 Thread Philippe Mathieu-Daudé
On 2/12/20 4:34 PM, Stefan Hajnoczi wrote: On Tue, Feb 11, 2020 at 11:10:54AM +, Alex Bennée wrote: Otherwise any -D settings the user may have made get ignored. Signed-off-by: Alex Bennée --- trace/control.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) Thanks, ap

Re: [PATCH] tracing: only allow -trace to override -D if set

2020-02-12 Thread Stefan Hajnoczi
On Tue, Feb 11, 2020 at 11:10:54AM +, Alex Bennée wrote: > Otherwise any -D settings the user may have made get ignored. > > Signed-off-by: Alex Bennée > --- > trace/control.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) Thanks, applied to my tracing tree: https://git

[PATCH] tracing: only allow -trace to override -D if set

2020-02-11 Thread Alex Bennée
Otherwise any -D settings the user may have made get ignored. Signed-off-by: Alex Bennée --- trace/control.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/trace/control.c b/trace/control.c index 6c775e68eba..2ffe0008184 100644 --- a/trace/control.c +++ b/trace/c