]> Git Repo - qemu.git/blobdiff - docs/qemu-option-trace.rst.inc
usb-braille: Better explain that one also has to create a chardev backend
[qemu.git] / docs / qemu-option-trace.rst.inc
index 23cfcb48537d0dddf36ffaf0f6ce9289fc34e6f8..d7acbe67f737a0f86aad06a732b6edca2735b8e3 100644 (file)
@@ -1,11 +1,7 @@
-..
-  The contents of this file must be kept in sync with qemu-option-trace.texi
-  until all the users of the texi file have been converted to rst and
-  the texi file can be removed.
 
 Specify tracing options.
 
-.. option:: [enable=]PATTERN
+``[enable=]PATTERN``
 
   Immediately enable events matching *PATTERN*
   (either event name or a globbing pattern).  This option is only
@@ -15,7 +11,7 @@ Specify tracing options.
 
   Use :option:`-trace help` to print a list of names of trace points.
 
-.. option:: events=FILE
+``events=FILE``
 
   Immediately enable events listed in *FILE*.
   The file must contain one event name (as listed in the ``trace-events-all``
@@ -23,7 +19,7 @@ Specify tracing options.
   available if QEMU has been compiled with the ``simple``, ``log`` or
   ``ftrace`` tracing backend.
 
-.. option:: file=FILE
+``file=FILE``
 
   Log output traces to *FILE*.
   This option is only available if QEMU has been compiled with
This page took 0.02251 seconds and 4 git commands to generate.