[PATCH 0/4] Remove deprecated CLI parameters

Thomas Huth posted 4 patches 3 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
accel/tcg/translate-all.c           |   2 +-
docs/system/deprecated.rst          | 246 ----------------------------
docs/system/removed-features.rst    | 243 +++++++++++++++++++++++++++
qemu-options.hx                     |  29 +---
softmmu/vl.c                        |  45 +----
tests/migration/guestperf/engine.py |   2 +-
6 files changed, 247 insertions(+), 320 deletions(-)
create mode 100644 docs/system/removed-features.rst
[PATCH 0/4] Remove deprecated CLI parameters
Posted by Thomas Huth 3 years, 4 months ago
Remove some simple CLI parameters that have been deprecated since
at least two releass already.

Philippe Mathieu-Daudé (1):
  accel/tcg: Remove deprecated '-tb-size' option

Thomas Huth (3):
  docs/system: Move the list of removed features to a separate file
  Remove the deprecated -realtime option
  Remove the deprecated -show-cursor option

 accel/tcg/translate-all.c           |   2 +-
 docs/system/deprecated.rst          | 246 ----------------------------
 docs/system/removed-features.rst    | 243 +++++++++++++++++++++++++++
 qemu-options.hx                     |  29 +---
 softmmu/vl.c                        |  45 +----
 tests/migration/guestperf/engine.py |   2 +-
 6 files changed, 247 insertions(+), 320 deletions(-)
 create mode 100644 docs/system/removed-features.rst

-- 
2.27.0

Re: [PATCH 0/4] Remove deprecated CLI parameters
Posted by Paolo Bonzini 3 years, 4 months ago
On 10/12/20 16:58, Thomas Huth wrote:
> Remove some simple CLI parameters that have been deprecated since
> at least two releass already.
> 
> Philippe Mathieu-Daudé (1):
>    accel/tcg: Remove deprecated '-tb-size' option
> 
> Thomas Huth (3):
>    docs/system: Move the list of removed features to a separate file
>    Remove the deprecated -realtime option
>    Remove the deprecated -show-cursor option
> 
>   accel/tcg/translate-all.c           |   2 +-
>   docs/system/deprecated.rst          | 246 ----------------------------
>   docs/system/removed-features.rst    | 243 +++++++++++++++++++++++++++
>   qemu-options.hx                     |  29 +---
>   softmmu/vl.c                        |  45 +----
>   tests/migration/guestperf/engine.py |   2 +-
>   6 files changed, 247 insertions(+), 320 deletions(-)
>   create mode 100644 docs/system/removed-features.rst
> 

Queued, thanks.

paolo