summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis V. Lunev2016-06-17 16:44:08 +0200
committerStefan Hajnoczi2016-06-28 22:14:12 +0200
commite370ad99993aaa4b52e6dd53ed6b1eb6080c0692 (patch)
treefdc037be91ec0031e42f9670664d767b305dd995
parentcputlb: don't cpu_abort() if guest tries to execute outside RAM or RAM (diff)
downloadqemu-e370ad99993aaa4b52e6dd53ed6b1eb6080c0692.tar.gz
qemu-e370ad99993aaa4b52e6dd53ed6b1eb6080c0692.tar.xz
qemu-e370ad99993aaa4b52e6dd53ed6b1eb6080c0692.zip
doc: sync help description for --trace with man for qemu.1
[s/descriprion/description/ in commit message as suggested by Eric Blake <eblake@redhat.com>. --Stefan] Signed-off-by: Denis V. Lunev <den@openvz.org> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1466174654-30130-2-git-send-email-den@openvz.org CC: Paolo Bonzini <pbonzini@redhat.com> CC: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 44c658fd4e..ab42530b1e 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3669,7 +3669,7 @@ DEF("trace", HAS_ARG, QEMU_OPTION_trace,
STEXI
HXCOMM This line is not accurate, as some sub-options are backend-specific but
HXCOMM HX does not support conditional compilation of text.
-@item -trace [events=@var{file}][,file=@var{file}]
+@item -trace [[enable=]@var{pattern}][,events=@var{file}][,file=@var{file}]
@findex -trace
Specify tracing options.