qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/7] docs: correct ./configure line in tracing.txt


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 4/7] docs: correct ./configure line in tracing.txt
Date: Mon, 12 Mar 2012 12:37:59 +0000

From: Jun Koi <address@hidden>

This patch corrects the configure's trace option in docs/tracing.txt.

Signed-off-by: Jun Koi <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]