projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3bf86
)
docs: correct ./configure line in tracing.txt
author
Jun Koi
<junkoi2004@gmail.com>
Thu, 8 Mar 2012 08:24:52 +0000
(16:24 +0800)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Mon, 12 Mar 2012 10:12:34 +0000
(10:12 +0000)
This patch corrects the configure's trace option in docs/tracing.txt.
Signed-off-by: Jun Koi <junkoi2004@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
docs/tracing.txt
patch
|
blob
|
history
diff --git
a/docs/tracing.txt
b/docs/tracing.txt
index a92716f319e75e8c0f7a1d23402e36619ccc9ac9..c54113336896a688b29f611f29ffddd84dd28571 100644
(file)
--- 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: