From nobody Wed Apr 24 01:53:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 152885984507434.90098114396824; Tue, 12 Jun 2018 20:17:25 -0700 (PDT) Received: from localhost ([::1]:59592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSwHk-000395-DB for importer@patchew.org; Tue, 12 Jun 2018 23:17:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSwGh-0002en-8Z for qemu-devel@nongnu.org; Tue, 12 Jun 2018 23:16:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSwGg-0006V4-HO for qemu-devel@nongnu.org; Tue, 12 Jun 2018 23:16:19 -0400 Received: from cmccmta3.chinamobile.com ([221.176.66.81]:56388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSwGY-0006O5-Ea; Tue, 12 Jun 2018 23:16:11 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.1]) by rmmx-syy-dmz-app11-12011 (RichMail) with SMTP id 2eeb5b208c69e0b-42031; Wed, 13 Jun 2018 11:15:53 +0800 (CST) Received: from compute2.localdomain (unknown[223.105.0.243]) by rmsmtp-syy-appsvr01-12001 (RichMail) with SMTP id 2ee15b208c679ff-dff0a; Wed, 13 Jun 2018 11:15:52 +0800 (CST) X-RM-TRANSID: 2eeb5b208c69e0b-42031 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2ee15b208c679ff-dff0a From: Yaowei Bai To: mjt@tls.msk.ru, laurent@vivier.eu Date: Tue, 12 Jun 2018 23:15:49 -0400 Message-Id: <1528859749-25286-1-git-send-email-baiyaowei@cmss.chinamobile.com> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 221.176.66.81 Subject: [Qemu-devel] [PATCH] tracing.txt: add missing '-' for trace option 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: qemu-trivial@nongnu.org, Yaowei Bai , qemu-devel@nongnu.org, stefanha@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Yaowei Bai Reviewed-by: Eric Blake --- docs/devel/tracing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/tracing.txt b/docs/devel/tracing.txt index 07abbb3..6ab32cc 100644 --- a/docs/devel/tracing.txt +++ b/docs/devel/tracing.txt @@ -18,7 +18,7 @@ for debugging, profiling, and observing execution. =20 3. Run the virtual machine to produce a trace file: =20 - qemu -trace events=3D/tmp/events ... # your normal QEMU invocation + qemu --trace events=3D/tmp/events ... # your normal QEMU invocation =20 4. Pretty-print the binary trace file: =20 --=20 1.8.3.1