mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qemu-options: Remove the deprecated -no-quit option
This option was just a wrapper around the -display ...,window-close=off parameter, and the name "no-quit" is rather confusing compared to "window-close" (since there are still other means to quit the emulator), so let's remove this now. Message-Id: <20211215082417.180735-1-thuth@redhat.com> Acked-by: Michal Prívozník <mprivozn@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
585507017c
commit
fe86fe237c
4 changed files with 8 additions and 21 deletions
|
@ -134,12 +134,6 @@ specified.
|
|||
Use ``-display sdl,window-close=...`` instead (i.e. with a minus instead of
|
||||
an underscore between "window" and "close").
|
||||
|
||||
``-no-quit`` (since 6.1)
|
||||
''''''''''''''''''''''''
|
||||
|
||||
The ``-no-quit`` is a synonym for ``-display ...,window-close=off`` which
|
||||
should be used instead.
|
||||
|
||||
``-alt-grab`` and ``-display sdl,alt_grab=on`` (since 6.2)
|
||||
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
||||
|
||||
|
|
|
@ -330,6 +330,13 @@ RISC-V firmware not booted by default (removed in 5.1)
|
|||
QEMU 5.1 changes the default behaviour from ``-bios none`` to ``-bios default``
|
||||
for the RISC-V ``virt`` machine and ``sifive_u`` machine.
|
||||
|
||||
``-no-quit`` (removed in 7.0)
|
||||
'''''''''''''''''''''''''''''
|
||||
|
||||
The ``-no-quit`` was a synonym for ``-display ...,window-close=off`` which
|
||||
should be used instead.
|
||||
|
||||
|
||||
QEMU Machine Protocol (QMP) commands
|
||||
------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue