Re: [libvirt PATCH v2 2/4] qemu: add run-with async-teardown capability

2023-06-28 Thread Thomas Huth
On 27/06/2023 17.51, Boris Fiuczynski wrote: QEMU capability is looking in query-command-line-options response for ... { "parameters": [ { "name": "async-teardown", "type": "boolean" } ], "option": "run-with" } ... allow to

[libvirt PATCH v2 2/4] qemu: add run-with async-teardown capability

2023-06-27 Thread Boris Fiuczynski
QEMU capability is looking in query-command-line-options response for ... { "parameters": [ { "name": "async-teardown", "type": "boolean" } ], "option": "run-with" } ... allow to use the QEMU option -run-with async-teardown=on|off