Re: [PATCH 3/3] qemu: enable asynchronous teardown on s390x hosts

2023-06-23 Thread Boris Fiuczynski
On 6/21/23 2:01 PM, Thomas Huth wrote: index a19902988c..dfdc95bfa5 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -10166,6 +10166,18 @@ qemuBuildCryptoCommandLine(virCommand *cmd,   } +static int +qemuBuildTeardownCommandLine(virCommand *cmd, + 

Re: [PATCH 3/3] qemu: enable asynchronous teardown on s390x hosts

2023-06-21 Thread Thomas Huth
On 13/06/2023 17.42, Boris Fiuczynski wrote: Enablement of asynchronous teardown on s390x and add a new test for asynchronous teardown not supported. Signed-off-by: Boris Fiuczynski --- src/qemu/qemu_command.c | 15 + .../balloon-ccw-deflate.s390x-latest.args

[PATCH 3/3] qemu: enable asynchronous teardown on s390x hosts

2023-06-13 Thread Boris Fiuczynski
Enablement of asynchronous teardown on s390x and add a new test for asynchronous teardown not supported. Signed-off-by: Boris Fiuczynski --- src/qemu/qemu_command.c | 15 + .../balloon-ccw-deflate.s390x-latest.args | 1 + .../console-sclp.s390x-latest.args