]> Git Repo - qemu.git/blobdiff - qemu-options.hx
qcow2: Move sync out of update_refcount
[qemu.git] / qemu-options.hx
index 368bf964a8292c5d2eb21d43404c9c9361f585cf..a0b5ae9bf1755819bb156f0511d7635a0e49863d 100644 (file)
@@ -2230,6 +2230,17 @@ Normally QEMU loads a configuration file from @var{sysconfdir}/qemu.conf and
 @var{sysconfdir}/target-@var{ARCH}.conf on startup.  The @code{-nodefconfig}
 option will prevent QEMU from loading these configuration files at startup.
 ETEXI
+#ifdef CONFIG_SIMPLE_TRACE
+DEF("trace", HAS_ARG, QEMU_OPTION_trace,
+    "-trace\n"
+    "                Specify a trace file to log traces to\n",
+    QEMU_ARCH_ALL)
+STEXI
+@item -trace
+@findex -trace
+Specify a trace file to log output traces to.
+ETEXI
+#endif
 
 HXCOMM This is the last statement. Insert new options before this line!
 STEXI
This page took 0.020982 seconds and 4 git commands to generate.