From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albwC-0003un-EM for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:43:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1albw8-0001Ei-Iw for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:43:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1albw8-0001Ee-DO for qemu-devel@nongnu.org; Thu, 31 Mar 2016 08:42:56 -0400 From: Stefan Hajnoczi Date: Thu, 31 Mar 2016 13:35:35 +0100 Message-Id: <1459427738-5806-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1459427738-5806-1-git-send-email-stefanha@redhat.com> References: <1459427738-5806-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 1/4] docs: Update documentation for stderr (now log) tracing backend. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Richard W.M. Jones" , Stefan Hajnoczi , Paolo Bonzini From: "Richard W.M. Jones" This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a. Signed-off-by: Richard W.M. Jones. Reviewed-by: Alex Benn=C3=A9e Message-id: 1458507614-32470-1-git-send-email-rjones@redhat.com Cc: Paolo Bonzini Cc: Stefan Hajnoczi Signed-off-by: Stefan Hajnoczi --- 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 "dis= able" property will be generated with the "nop" backend. =20 -=3D=3D=3D Stderr =3D=3D=3D +=3D=3D=3D Log =3D=3D=3D =20 -The "stderr" backend sends trace events directly to standard error. Thi= s +The "log" backend sends trace events directly to standard error. This effectively turns trace events into debug printfs. =20 This is the simplest backend and can be used together with existing code= that --=20 2.5.5