qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 03/13] trace: fix documentation


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL 03/13] trace: fix documentation
Date: Wed, 3 Feb 2016 15:47:35 +0000

From: Paolo Bonzini <address@hidden>

Mention the ftrace backend too.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Denis V. Lunev <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 qemu-options.hx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index f31a240..cbb4590 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3558,13 +3558,13 @@ Specify tracing options.
 @table @option
 @item address@hidden
 Immediately enable events listed in @var{file}.
-The file must contain one event name (as listed in the @var{trace-events} file)
-per line.
-This option is only available if QEMU has been compiled with
-either @var{simple} or @var{stderr} tracing backend.
+The file must contain one event name (as listed in the @file{trace-events} 
file)
+per line; globbing patterns are accepted too.  This option is only
+available if QEMU has been compiled with the @var{simple}, @var{stderr} or
address@hidden tracing backend.
+
 @item address@hidden
 Log output traces to @var{file}.
-
 This option is only available if QEMU has been compiled with
 the @var{simple} tracing backend.
 @end table
-- 
2.5.0




reply via email to

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