[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 09/11] hmp: Remove deprecated 'singlestep' command
|
From: |
Thomas Huth |
|
Subject: |
[PULL 09/11] hmp: Remove deprecated 'singlestep' command |
|
Date: |
Fri, 19 Jan 2024 16:25:05 +0100 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
This command has been deprecated before the 8.1 release,
in commit e9ccfdd91d ("hmp: Add 'one-insn-per-tb' command
equivalent to 'singlestep'"). Time to drop it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: "Dr. David Alan Gilbert" <dave@treblig.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240117151430.29235-3-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
docs/about/deprecated.rst | 9 ---------
docs/about/removed-features.rst | 6 ++++++
tests/qtest/test-hmp.c | 1 -
hmp-commands.hx | 13 -------------
4 files changed, 6 insertions(+), 23 deletions(-)
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 25527da423..316a26a82c 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -167,15 +167,6 @@ points was removed in 7.0. However QMP still exposed the
vcpu
parameter. This argument has now been deprecated and the remaining
remaining trace points that used it are selected just by name.
-Human Monitor Protocol (HMP) commands
--------------------------------------
-
-``singlestep`` (since 8.1)
-''''''''''''''''''''''''''
-
-The ``singlestep`` command has been replaced by the ``one-insn-per-tb``
-command, which has the same behaviour but a less misleading name.
-
Host Architectures
------------------
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index a8546f4787..855d788259 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -635,6 +635,12 @@ Use ``migrate-set-parameters`` instead.
This command didn't produce any output already. Removed with no replacement.
+``singlestep`` (removed in 9.0)
+'''''''''''''''''''''''''''''''
+
+The ``singlestep`` command has been replaced by the ``one-insn-per-tb``
+command, which has the same behaviour but a less misleading name.
+
Guest Emulator ISAs
-------------------
diff --git a/tests/qtest/test-hmp.c b/tests/qtest/test-hmp.c
index fc9125f8bb..1b2e07522f 100644
--- a/tests/qtest/test-hmp.c
+++ b/tests/qtest/test-hmp.c
@@ -64,7 +64,6 @@ static const char *hmp_cmds[] = {
"qom-get /machine initrd",
"screendump /dev/null",
"sendkey x",
- "singlestep on",
"wavcapture /dev/null",
"stopcapture 0",
"sum 0 512",
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 2db5701d49..17b5ea839d 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -398,19 +398,6 @@ SRST
If called with option off, the emulation returns to normal mode.
ERST
- {
- .name = "singlestep",
- .args_type = "option:s?",
- .params = "[on|off]",
- .help = "deprecated synonym for one-insn-per-tb",
- .cmd = hmp_one_insn_per_tb,
- },
-
-SRST
-``singlestep [off]``
- This is a deprecated synonym for the one-insn-per-tb command.
-ERST
-
{
.name = "stop|s",
.args_type = "",
--
2.43.0
- [PULL 00/11] s390x fixes, removal of deprecated options, netbsd VM fix, Thomas Huth, 2024/01/19
- [PULL 01/11] s390x/pci: avoid double enable/disable of aif, Thomas Huth, 2024/01/19
- [PULL 03/11] s390x/pci: drive ISM reset from subsystem reset, Thomas Huth, 2024/01/19
- [PULL 04/11] qemu-options: Remove the deprecated -no-hpet option, Thomas Huth, 2024/01/19
- [PULL 02/11] s390x/pci: refresh fh before disabling aif, Thomas Huth, 2024/01/19
- [PULL 05/11] qemu-options: Remove the deprecated -no-acpi option, Thomas Huth, 2024/01/19
- [PULL 06/11] qemu-options: Remove the deprecated -async-teardown option, Thomas Huth, 2024/01/19
- [PULL 10/11] cli: Remove deprecated '-singlestep' command line option, Thomas Huth, 2024/01/19
- [PULL 08/11] qapi: Remove deprecated 'singlestep' member of StatusInfo, Thomas Huth, 2024/01/19
- [PULL 09/11] hmp: Remove deprecated 'singlestep' command,
Thomas Huth <=
- [PULL 11/11] tests/vm/netbsd: Remove missing py311-expat package, Thomas Huth, 2024/01/19
- [PULL 07/11] qemu-options: Remove the deprecated -chroot option, Thomas Huth, 2024/01/19
- Re: [PULL 00/11] s390x fixes, removal of deprecated options, netbsd VM fix, Peter Maydell, 2024/01/22