From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahvx8-0008MQ-Un for qemu-devel@nongnu.org; Mon, 21 Mar 2016 05:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahvx3-00040E-Nd for qemu-devel@nongnu.org; Mon, 21 Mar 2016 05:16:46 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:33897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahvx3-0003zt-Gk for qemu-devel@nongnu.org; Mon, 21 Mar 2016 05:16:41 -0400 Received: by mail-wm0-x233.google.com with SMTP id p65so143205156wmp.1 for ; Mon, 21 Mar 2016 02:16:40 -0700 (PDT) References: <1458507614-32470-1-git-send-email-rjones@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1458507614-32470-1-git-send-email-rjones@redhat.com> Date: Mon, 21 Mar 2016 09:16:38 +0000 Message-ID: <87twk0ry15.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] docs: Update documentation for stderr (now log) tracing backend. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Richard W.M. Jones writes: > This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a. > > Signed-off-by: Richard W.M. Jones. > Cc: Paolo Bonzini > Cc: Stefan Hajnoczi Reviewed-by: Alex Bennée > --- > 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