qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] trace: fix documentation ./configure line


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH] trace: fix documentation ./configure line
Date: Mon, 13 Feb 2012 18:15:36 +0000

The quickstart documentation still shows the old ./configure
--trace-backend=<backend> syntax.  This was changed in commit
74242e0f7f4bf3d85fe28b939a3d66827fe653e5 to be more like autoconf using
--enable-trace-backend=<backend>.

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 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:
-- 
1.7.9




reply via email to

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