summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorThomas Huth2021-12-15 09:24:17 +0100
committerThomas Huth2022-01-05 11:10:13 +0100
commitfe86fe237ccfe447db3a28db90d02ace47cf8c8a (patch)
tree501d761f4acf79c207ca92a36ac4a8df85a5fcc1 /qemu-options.hx
parenttests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file (diff)
downloadqemu-fe86fe237ccfe447db3a28db90d02ace47cf8c8a.tar.gz
qemu-fe86fe237ccfe447db3a28db90d02ace47cf8c8a.tar.xz
qemu-fe86fe237ccfe447db3a28db90d02ace47cf8c8a.zip
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index fd1f8135fb..ec90505d84 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2065,14 +2065,6 @@ SRST
``-display sdl,grab-mod=rctrl`` instead.
ERST
-DEF("no-quit", 0, QEMU_OPTION_no_quit,
- "-no-quit disable SDL/GTK window close capability (deprecated)\n", QEMU_ARCH_ALL)
-SRST
-``-no-quit``
- Disable window close capability (SDL and GTK only). This option is
- deprecated, please use ``-display ...,window-close=off`` instead.
-ERST
-
DEF("sdl", 0, QEMU_OPTION_sdl,
"-sdl shorthand for -display sdl\n", QEMU_ARCH_ALL)
SRST