From: Jun Koi Date: Thu, 8 Mar 2012 08:24:52 +0000 (+0800) Subject: docs: correct ./configure line in tracing.txt X-Git-Tag: v1.1-rc0~242^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=324883aafed5163d7669358f8051fd85f805cf0d;p=thirdparty%2Fqemu.git docs: correct ./configure line in tracing.txt This patch corrects the configure's trace option in docs/tracing.txt. Signed-off-by: Jun Koi Signed-off-by: Stefan Hajnoczi --- diff --git a/docs/tracing.txt b/docs/tracing.txt index a92716f319e..c5411333689 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: