diff mbox

docs: Update documentation for stderr (now log) tracing backend.

Message ID 1458507614-32470-1-git-send-email-rjones@redhat.com
State New
Headers show

Commit Message

Richard W.M. Jones March 20, 2016, 9 p.m. UTC
This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a.

Signed-off-by: Richard W.M. Jones.
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
---
 docs/tracing.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alex Bennée March 21, 2016, 9:16 a.m. UTC | #1
Richard W.M. Jones <rjones@redhat.com> writes:

> This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a.
>
> Signed-off-by: Richard W.M. Jones.
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  docs/tracing.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/tracing.txt b/docs/tracing.txt
> index 3182ee8..0bd6b9c 100644
> --- a/docs/tracing.txt
> +++ b/docs/tracing.txt
> @@ -157,9 +157,9 @@ performance penalty.
>  Note that regardless of the selected trace backend, events with the "disable"
>  property will be generated with the "nop" backend.
>
> -=== Stderr ===
> +=== Log ===
>
> -The "stderr" backend sends trace events directly to standard error.  This
> +The "log" backend sends trace events directly to standard error.  This
>  effectively turns trace events into debug printfs.
>
>  This is the simplest backend and can be used together with existing code that


--
Alex Bennée
Stefan Hajnoczi March 21, 2016, 1:50 p.m. UTC | #2
On Sun, Mar 20, 2016 at 09:00:14PM +0000, Richard W.M. Jones wrote:
> This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a.
> 
> Signed-off-by: Richard W.M. Jones.
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  docs/tracing.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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

Stefan
diff mbox

Patch

diff --git a/docs/tracing.txt b/docs/tracing.txt
index 3182ee8..0bd6b9c 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -157,9 +157,9 @@  performance penalty.
 Note that regardless of the selected trace backend, events with the "disable"
 property will be generated with the "nop" backend.
 
-=== Stderr ===
+=== Log ===
 
-The "stderr" backend sends trace events directly to standard error.  This
+The "log" backend sends trace events directly to standard error.  This
 effectively turns trace events into debug printfs.
 
 This is the simplest backend and can be used together with existing code that