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

Thomas Huth thuth at redhat.com
Wed Jun 28 13:12:23 UTC 2023


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 use the QEMU option -run-with async-teardown=on|off
> 
> Signed-off-by: Boris Fiuczynski <fiuczy at linux.ibm.com>
> ---
>   src/qemu/qemu_capabilities.c                     | 2 ++
>   src/qemu/qemu_capabilities.h                     | 1 +
>   tests/qemucapabilitiesdata/caps_8.1.0_s390x.xml  | 1 +
>   tests/qemucapabilitiesdata/caps_8.1.0_x86_64.xml | 1 +
>   4 files changed, 5 insertions(+)
Reviewed-by: Thomas Huth <thuth at redhat.com>



More information about the libvir-list mailing list