From patchwork Mon Feb 13 16:29:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 727410 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vMWJd1R2lz9s74 for ; Tue, 14 Feb 2017 03:31:13 +1100 (AEDT) Received: from localhost ([::1]:57956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdJWw-0006Se-I6 for incoming@patchwork.ozlabs.org; Mon, 13 Feb 2017 11:31:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdJVd-0005PY-Lh for qemu-devel@nongnu.org; Mon, 13 Feb 2017 11:29:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdJVa-0006OC-FV for qemu-devel@nongnu.org; Mon, 13 Feb 2017 11:29:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48410) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdJVa-0006Np-9I for qemu-devel@nongnu.org; Mon, 13 Feb 2017 11:29:46 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4B76A3D94F; Mon, 13 Feb 2017 16:29:46 +0000 (UTC) Received: from localhost (ovpn-117-126.ams2.redhat.com [10.36.117.126]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1DGTiPi025200; Mon, 13 Feb 2017 11:29:45 -0500 From: Stefan Hajnoczi To: Date: Mon, 13 Feb 2017 16:29:39 +0000 Message-Id: <20170213162940.13428-2-stefanha@redhat.com> In-Reply-To: <20170213162940.13428-1-stefanha@redhat.com> References: <20170213162940.13428-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 13 Feb 2017 16:29:46 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 1/2] docs: update manpage for stderr->log rename X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Philipp Gesang , Stefan Hajnoczi Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Philipp Gesang With commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a the name of this backend changed from “stderr” to “log”. Signed-off-by: Philipp Gesang Message-id: 20170202114101.2655-1-philipp.gesang@intra2net.com Signed-off-by: Stefan Hajnoczi --- 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 693ab5a..4166d5c 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}