]> git.proxmox.com Git - mirror_qemu.git/commit
util/async-teardown: wire up query-command-line-options
authorClaudio Imbrenda <imbrenda@linux.ibm.com>
Fri, 5 May 2023 12:00:51 +0000 (14:00 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 16 May 2023 07:14:18 +0000 (09:14 +0200)
commit80bd81cadd127c1e2fc784612a52abe392670ba4
treeb8bbf72d575a44bb3f3da61ae147d87790b3733f
parentda9000784c90d2b645eedaa865b5cf778cb4d37f
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>
docs/about/deprecated.rst
os-posix.c
qemu-options.hx
util/async-teardown.c