]> git.proxmox.com Git - qemu.git/blobdiff - qemu-options.hx
Add new command line option -singlestep for tcg single stepping.
[qemu.git] / qemu-options.hx
index 51593a398706dc1730525839fdc7590efde1cf0c..4c7012eee6cf4128b7dc49c65b5f9d3b8b6a1a17 100644 (file)
@@ -1209,6 +1209,13 @@ Store the QEMU process PID in @var{file}. It is useful if you launch QEMU
 from a script.
 ETEXI
 
+DEF("singlestep", 0, QEMU_OPTION_singlestep, \
+    "-singlestep   always run in singlestep mode\n")
+STEXI
+@item -singlestep
+Run the emulation in single step mode.
+ETEXI
+
 DEF("S", 0, QEMU_OPTION_S, \
     "-S              freeze CPU at startup (use 'c' to start execution)\n")
 STEXI