summary refs log tree commit diff stats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-01-18 11:37:58 +0100
committerThomas Huth <thuth@redhat.com>2024-01-19 11:38:32 +0100
commit2582489fecd6042d69e1fa060ab5ff89f4cef550 (patch)
tree2272a8a0115b7da7d8c738b21459b927a892591d /qemu-options.hx
parent4a6410104491b703116cd12ef18a61d13cb5a23f (diff)
downloadfocaccia-qemu-2582489fecd6042d69e1fa060ab5ff89f4cef550.tar.gz
focaccia-qemu-2582489fecd6042d69e1fa060ab5ff89f4cef550.zip
qemu-options: Remove the deprecated -async-teardown option
It's been marked as deprecated since QEMU 8.1 (and was only available
since QEMU 8.0 anyway), so it should be fine to remove this now.

Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240118103759.130748-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 844a189fb0..8299f5cc0f 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -4977,16 +4977,6 @@ HXCOMM Internal use
 DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, "", QEMU_ARCH_ALL)
 DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log, "", QEMU_ARCH_ALL)
 
-#ifdef __linux__
-DEF("async-teardown", 0, QEMU_OPTION_asyncteardown,
-    "-async-teardown enable asynchronous teardown\n",
-    QEMU_ARCH_ALL)
-SRST
-``-async-teardown``
-    This option is deprecated and should no longer be used. The new option
-    ``-run-with async-teardown=on`` is a replacement.
-ERST
-#endif
 #ifdef CONFIG_POSIX
 DEF("run-with", HAS_ARG, QEMU_OPTION_run_with,
     "-run-with [async-teardown=on|off][,chroot=dir]\n"