[Qemu-devel] [PATCH] docs: update manpage for stderr->log rename

Philipp Gesang posted 1 patch 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170202114101.2655-1-philipp.gesang@intra2net.com
Test checkpatch passed
Test docker passed
Test s390x passed
qemu-option-trace.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH] docs: update manpage for stderr->log rename
Posted by Philipp Gesang 7 years, 2 months ago
With commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a the name of
this backend changed from “stderr” to “log”.

Signed-off-by: Philipp Gesang <philipp.gesang@intra2net.com>
---
 qemu-option-trace.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu-option-trace.texi b/qemu-option-trace.texi
index 693ab5a3e1..4166d5cdc2 100644
--- a/qemu-option-trace.texi
+++ b/qemu-option-trace.texi
@@ -5,7 +5,7 @@ Specify tracing options.
 Immediately enable events matching @var{pattern}.
 The file must contain one event name (as listed in the @file{trace-events-all}
 file) per line; globbing patterns are accepted too.  This option is only
-available if QEMU has been compiled with the @var{simple}, @var{stderr}
+available if QEMU has been compiled with the @var{simple}, @var{log}
 or @var{ftrace} tracing backend.  To specify multiple events or patterns,
 specify the @option{-trace} option multiple times.
 
@@ -15,7 +15,7 @@ Use @code{-trace help} to print a list of names of trace points.
 Immediately enable events listed in @var{file}.
 The file must contain one event name (as listed in the @file{trace-events-all}
 file) per line; globbing patterns are accepted too.  This option is only
-available if QEMU has been compiled with the @var{simple}, @var{stderr} or
+available if QEMU has been compiled with the @var{simple}, @var{log} or
 @var{ftrace} tracing backend.
 
 @item file=@var{file}
-- 
2.11.0


Re: [Qemu-devel] [PATCH] docs: update manpage for stderr->log rename
Posted by Stefan Hajnoczi 7 years, 2 months ago
On Thu, Feb 02, 2017 at 12:41:01PM +0100, Philipp Gesang wrote:
> With commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a the name of
> this backend changed from “stderr” to “log”.
> 
> Signed-off-by: Philipp Gesang <philipp.gesang@intra2net.com>
> ---
>  qemu-option-trace.texi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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

Stefan