]> git.proxmox.com Git - qemu.git/blobdiff - qemu-options.hx
qtest: add test framework
[qemu.git] / qemu-options.hx
index 662f5715277400a38d62b602c908b714918d2c8b..fe88939805011dcc5fc4b68550bdb96370e56e77 100644 (file)
@@ -2715,6 +2715,14 @@ the @var{simple} tracing backend.
 @end table
 ETEXI
 
+DEF("qtest", HAS_ARG, QEMU_OPTION_qtest,
+    "-qtest CHR      specify tracing options\n",
+    QEMU_ARCH_ALL)
+
+DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log,
+    "-qtest-log LOG  specify tracing options\n",
+    QEMU_ARCH_ALL)
+
 HXCOMM This is the last statement. Insert new options before this line!
 STEXI
 @end table