aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-06-30 18:32:30 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-07-05 19:21:07 +0200
commitb6ddc6a2b2b8c32dc2db12d5848eadde10e30136 (patch)
treef043b95f2c13d77d0a6df8aeec171c40359b0b86 /docs
parentbb20b86db9acb7a6f653fd40c45d46a9df6b2a75 (diff)
downloadqemu-b6ddc6a2b2b8c32dc2db12d5848eadde10e30136.zip
qemu-b6ddc6a2b2b8c32dc2db12d5848eadde10e30136.tar.gz
qemu-b6ddc6a2b2b8c32dc2db12d5848eadde10e30136.tar.bz2
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.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index bb624d3..70e08ba 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
------------------------------------