From patchwork Mon Feb 13 18:15:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 140962 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E38D61007D2 for ; Tue, 14 Feb 2012 06:27:38 +1100 (EST) Received: from localhost ([::1]:56551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx1Ym-0001eO-1b for incoming@patchwork.ozlabs.org; Mon, 13 Feb 2012 14:27:36 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx1Yc-0001d4-BT for qemu-devel@nongnu.org; Mon, 13 Feb 2012 14:27:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx1Yb-0002Jh-GO for qemu-devel@nongnu.org; Mon, 13 Feb 2012 14:27:26 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:38092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx1Yb-0002Gh-88 for qemu-devel@nongnu.org; Mon, 13 Feb 2012 14:27:25 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Feb 2012 19:26:54 -0000 Received: from d06nrmr1707.portsmouth.uk.ibm.com (9.149.39.225) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 13 Feb 2012 19:26:43 -0000 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1DJQha32486390 for ; Mon, 13 Feb 2012 19:26:43 GMT Received: from d06av07.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1DJQg1i026917 for ; Mon, 13 Feb 2012 12:26:43 -0700 Received: from localhost (sig-9-146-149-37.uk.ibm.com [9.146.149.37]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q1DJQgHR026905; Mon, 13 Feb 2012 12:26:42 -0700 From: Stefan Hajnoczi To: Date: Mon, 13 Feb 2012 18:15:36 +0000 Message-Id: <1329156936-28869-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9 x-cbid: 12021319-4966-0000-0000-00000171F7A5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.106 Cc: Stefan Hajnoczi Subject: [Qemu-devel] [PATCH] trace: fix documentation ./configure line X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The quickstart documentation still shows the old ./configure --trace-backend= syntax. This was changed in commit 74242e0f7f4bf3d85fe28b939a3d66827fe653e5 to be more like autoconf using --enable-trace-backend=. Signed-off-by: Stefan Hajnoczi --- docs/tracing.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index ea29f2c..7b11d15 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -9,7 +9,7 @@ for debugging, profiling, and observing execution. 1. Build with the 'simple' trace backend: - ./configure --trace-backend=simple + ./configure --enable-trace-backend=simple make 2. Create a file with the events you want to trace: