Re: [libvirt PATCH v2 3/4] qemu: allow use of async teardown in domain

2023-06-28 Thread Boris Fiuczynski
On 6/28/23 3:34 PM, Thomas Huth wrote: On 27/06/2023 17.51, Boris Fiuczynski wrote: Asynchronous teardown can be specified if the QEMU binary supports it by adding in the domain XML    ... ...    By default this new feature is disabled. Signed-off-by: Boris Fiuczynski ---

Re: [libvirt PATCH v2 3/4] qemu: allow use of async teardown in domain

2023-06-28 Thread Thomas Huth
On 27/06/2023 17.51, Boris Fiuczynski wrote: Asynchronous teardown can be specified if the QEMU binary supports it by adding in the domain XML ... ... By default this new feature is disabled. Signed-off-by: Boris Fiuczynski --- ... diff --git a/docs/formatdomain.rst

[libvirt PATCH v2 3/4] qemu: allow use of async teardown in domain

2023-06-27 Thread Boris Fiuczynski
Asynchronous teardown can be specified if the QEMU binary supports it by adding in the domain XML ... ... By default this new feature is disabled. Signed-off-by: Boris Fiuczynski --- docs/formatdomain.rst | 6 +++ src/conf/domain_conf.c