aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaudio Imbrenda <imbrenda@linux.ibm.com>2023-05-05 14:00:51 +0200
committerThomas Huth <thuth@redhat.com>2023-05-16 09:14:18 +0200
commit80bd81cadd127c1e2fc784612a52abe392670ba4 (patch)
treeb8bbf72d575a44bb3f3da61ae147d87790b3733f /docs
parentda9000784c90d2b645eedaa865b5cf778cb4d37f (diff)
downloadqemu-80bd81cadd127c1e2fc784612a52abe392670ba4.zip
qemu-80bd81cadd127c1e2fc784612a52abe392670ba4.tar.gz
qemu-80bd81cadd127c1e2fc784612a52abe392670ba4.tar.bz2
util/async-teardown: wire up query-command-line-options
Add new -run-with option with an async-teardown=on|off parameter. It is visible in the output of query-command-line-options QMP command, so it can be discovered and used by libvirt. The option -async-teardown is now redundant, deprecate it. Reported-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Fixes: c891c24b1a ("os-posix: asynchronous teardown for shutdown on Linux") Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Message-Id: <20230505120051.36605-2-imbrenda@linux.ibm.com> [thuth: Add curly braces to fix error with GCC 8.5, fix bug in deprecated.rst] Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/about/deprecated.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 4c7f088..7bb4d2f 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -111,6 +111,11 @@ Use ``-machine acpi=off`` instead.
The HAXM project has been retired (see https://github.com/intel/haxm#status).
Use "whpx" (on Windows) or "hvf" (on macOS) instead.
+``-async-teardown`` (since 8.1)
+'''''''''''''''''''''''''''''''
+
+Use ``-run-with async-teardown=on`` instead.
+
``-singlestep`` (since 8.1)
'''''''''''''''''''''''''''