Re: [PATCH 1/1] trace: Send "-d trace:help" output to stdout

2020-12-11 Thread Doug Evans
Thanks. I gather this is a first step in getting the patch into master? If so, OOC, how many separate "staging" trees are there for the master branch? (is there a list?) On Thu, Dec 10, 2020 at 3:25 AM Stefan Hajnoczi wrote: > On Wed, Nov 25, 2020 at 01:52:45PM -0800, Doug Evans wrote: > > ... f

Re: [PATCH 1/1] trace: Send "-d trace:help" output to stdout

2020-12-10 Thread Philippe Mathieu-Daudé
Hi Stefan, On 12/10/20 12:25 PM, Stefan Hajnoczi wrote: > On Wed, Nov 25, 2020 at 01:52:45PM -0800, Doug Evans wrote: >> ... for consistency with "-d help". Do you mind replacing the '...' by the subject: 'Send "-d trace:help" output to stdout', so the commit description makes more sense? Thanks

Re: [PATCH 1/1] trace: Send "-d trace:help" output to stdout

2020-12-10 Thread Stefan Hajnoczi
On Wed, Nov 25, 2020 at 01:52:45PM -0800, Doug Evans wrote: > ... for consistency with "-d help". > > Signed-off-by: Doug Evans > --- > trace/control.c | 12 ++-- > trace/control.h | 3 ++- > 2 files changed, 8 insertions(+), 7 deletions(-) Thanks, applied to my tracing tree: https://g

[PATCH 1/1] trace: Send "-d trace:help" output to stdout

2020-11-25 Thread Doug Evans via
... for consistency with "-d help". Signed-off-by: Doug Evans --- trace/control.c | 12 ++-- trace/control.h | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/trace/control.c b/trace/control.c index b82fb87316..cd04dd4e0c 100644 --- a/trace/control.c +++ b/trace/co