diff options
author | Thomas Huth | 2021-06-30 18:32:30 +0200 |
---|---|---|
committer | Paolo Bonzini | 2021-07-05 19:21:07 +0200 |
commit | b6ddc6a2b2b8c32dc2db12d5848eadde10e30136 (patch) | |
tree | f043b95f2c13d77d0a6df8aeec171c40359b0b86 /docs | |
parent | ui: Fix the "-display sdl,window_close=..." parameter (diff) | |
download | qemu-b6ddc6a2b2b8c32dc2db12d5848eadde10e30136.tar.gz qemu-b6ddc6a2b2b8c32dc2db12d5848eadde10e30136.tar.xz qemu-b6ddc6a2b2b8c32dc2db12d5848eadde10e30136.zip |
ui: Mark the '-no-quit' option as deprecated
It's 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 we should
rather tell our users to use the "window-close" parameter instead.
While we're at it, update the documentation to state that
"-no-quit" is available for GTK, too, not only for SDL.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210630163231.467987-4-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/deprecated.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index bb624d3170..70e08baff6 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -132,6 +132,12 @@ 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. + QEMU Machine Protocol (QMP) commands ------------------------------------ |