[PATCH 0/3] qapi/hmp/cli: Remove the deprecated 'singlestep'

Philippe Mathieu-Daudé posted 3 patches 3 months, 1 week ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/about/deprecated.rst       | 40 ---------------------------------
docs/about/removed-features.rst | 24 ++++++++++++++++++++
docs/user/main.rst              |  6 -----
qapi/run-state.json             | 11 ---------
bsd-user/main.c                 |  3 +--
linux-user/main.c               |  2 --
system/runstate.c               |  8 -------
system/vl.c                     | 18 +--------------
tests/qtest/test-hmp.c          |  1 -
hmp-commands.hx                 | 13 -----------
qemu-options.hx                 |  8 -------
tests/qemu-iotests/183.out      |  4 ++--
tests/qemu-iotests/234.out      |  8 +++----
tests/qemu-iotests/262.out      |  4 ++--
tests/qemu-iotests/280.out      |  2 +-
15 files changed, 35 insertions(+), 117 deletions(-)
[PATCH 0/3] qapi/hmp/cli: Remove the deprecated 'singlestep'
Posted by Philippe Mathieu-Daudé 3 months, 1 week ago
Deprecated for 8.1, good to go for 9.0.

Based-on: <20240112100059.965041-5-thuth@redhat.com>
          "Remove deprecated command line options"

Philippe Mathieu-Daudé (3):
  qapi: Remove deprecated 'singlestep' member of StatusInfo
  hmp: Remove deprecated 'singlestep' command
  cli: Remove deprecated '-singlestep' command line option

 docs/about/deprecated.rst       | 40 ---------------------------------
 docs/about/removed-features.rst | 24 ++++++++++++++++++++
 docs/user/main.rst              |  6 -----
 qapi/run-state.json             | 11 ---------
 bsd-user/main.c                 |  3 +--
 linux-user/main.c               |  2 --
 system/runstate.c               |  8 -------
 system/vl.c                     | 18 +--------------
 tests/qtest/test-hmp.c          |  1 -
 hmp-commands.hx                 | 13 -----------
 qemu-options.hx                 |  8 -------
 tests/qemu-iotests/183.out      |  4 ++--
 tests/qemu-iotests/234.out      |  8 +++----
 tests/qemu-iotests/262.out      |  4 ++--
 tests/qemu-iotests/280.out      |  2 +-
 15 files changed, 35 insertions(+), 117 deletions(-)

-- 
2.41.0


Re: [PATCH 0/3] qapi/hmp/cli: Remove the deprecated 'singlestep'
Posted by Markus Armbruster 3 months, 1 week ago
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Deprecated for 8.1, good to go for 9.0.
>
> Based-on: <20240112100059.965041-5-thuth@redhat.com>
>           "Remove deprecated command line options"

Series
Reviewed-by: Markus Armbruster <armbru@redhat.com>