aboutsummaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-17 16:14:30 +0100
committerThomas Huth <thuth@redhat.com>2024-01-19 11:38:32 +0100
commitc61a0d31f8db4cb6c54e473e9a44dca616969414 (patch)
tree052f91491835aa9dab836b7540df808a0fccc487 /qemu-options.hx
parent97b6e1d35f35463307bf9086b7a3fd8bf3212a19 (diff)
downloadqemu-c61a0d31f8db4cb6c54e473e9a44dca616969414.zip
qemu-c61a0d31f8db4cb6c54e473e9a44dca616969414.tar.gz
qemu-c61a0d31f8db4cb6c54e473e9a44dca616969414.tar.bz2
cli: Remove deprecated '-singlestep' command line option
This option has been deprecated before the 8.1 release, in commit 12fd0f41d0 ("Document that -singlestep command line option is deprecated"). Time to drop it. Inspired-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240117151430.29235-4-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 42d8134..24706ae 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -4359,14 +4359,6 @@ SRST
from a script.
ERST
-DEF("singlestep", 0, QEMU_OPTION_singlestep, \
- "-singlestep deprecated synonym for -accel tcg,one-insn-per-tb=on\n", QEMU_ARCH_ALL)
-SRST
-``-singlestep``
- This is a deprecated synonym for the TCG accelerator property
- ``one-insn-per-tb``.
-ERST
-
DEF("preconfig", 0, QEMU_OPTION_preconfig, \
"--preconfig pause QEMU before machine is initialized (experimental)\n",
QEMU_ARCH_ALL)