From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74XI-00009T-Hz for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:39:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S74Wo-0004JN-HC for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:39:35 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:57765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74Wo-0004CK-94 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:39:06 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 Mar 2012 12:38:42 -0000 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2CCcBYQ1925318 for ; Mon, 12 Mar 2012 12:38:13 GMT Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2CCcBE6024570 for ; Mon, 12 Mar 2012 06:38:11 -0600 From: Stefan Hajnoczi Date: Mon, 12 Mar 2012 12:37:59 +0000 Message-Id: <1331555882-31828-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 4/7] docs: correct ./configure line in tracing.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Anthony Liguori , Stefan Hajnoczi , Jun Koi From: Jun Koi This patch corrects the configure's trace option in docs/tracing.txt. Signed-off-by: Jun Koi 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 a92716f..c541133 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: -- 1.7.9.1