]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-options: Remove the deprecated -no-quit option
authorThomas Huth <thuth@redhat.com>
Wed, 15 Dec 2021 08:24:17 +0000 (09:24 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 5 Jan 2022 10:10:13 +0000 (11:10 +0100)
commitfe86fe237ccfe447db3a28db90d02ace47cf8c8a
tree501d761f4acf79c207ca92a36ac4a8df85a5fcc1
parent585507017c956e6695ef4ee760440dc6153ed5cd
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>
docs/about/deprecated.rst
docs/about/removed-features.rst
qemu-options.hx
softmmu/vl.c