ui: Remove deprecated options "-sdl" and "-curses"

We have "-sdl" and "-curses", but no "-gtk" and no "-cocoa" ...
these old-style options are rather confusing than helpful nowadays.
Now that the deprecation period is over, let's remove them, so we
get a cleaner interface (where "-display" is the only way to select
the user interface).

Message-Id: <20220519155625.1414365-4-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Thomas Huth 2022-05-19 17:56:25 +02:00
parent 9eafdeeac3
commit 707d93d4ab
4 changed files with 12 additions and 51 deletions

View file

@ -81,16 +81,6 @@ the process listing. This is replaced by the new ``password-secret``
option which lets the password be securely provided on the command
line using a ``secret`` object instance.
``-sdl`` (since 6.2)
''''''''''''''''''''
Use ``-display sdl`` instead.
``-curses`` (since 6.2)
'''''''''''''''''''''''
Use ``-display curses`` instead.
``-watchdog`` (since 6.2)
'''''''''''''''''''''''''

View file

@ -386,6 +386,16 @@ Use ``-display sdl,grab-mod=lshift-lctrl-lalt`` instead.
Use ``-display sdl,grab-mod=rctrl`` instead.
``-sdl`` (removed in 7.1)
'''''''''''''''''''''''''
Use ``-display sdl`` instead.
``-curses`` (removed in 7.1)
''''''''''''''''''''''''''''
Use ``-display curses`` instead.
QEMU Machine Protocol (QMP) commands
------------------------------------