Re: [PATCH 07/10] qemu: exit thread synchronously in qemuDomainObjStopWorker

2020-07-22 Thread Nikolay Shirokovskiy
On 21.07.2020 19:09, Daniel P. Berrangé wrote: > On Tue, Jul 14, 2020 at 12:32:58PM +0300, Nikolay Shirokovskiy wrote: >> The change won't hurt much current callers performance I guess and now we can >> use the function when we need to be sure of synchronous thread exit as well. > > I can't

Re: [PATCH 07/10] qemu: exit thread synchronously in qemuDomainObjStopWorker

2020-07-21 Thread Daniel P . Berrangé
On Tue, Jul 14, 2020 at 12:32:58PM +0300, Nikolay Shirokovskiy wrote: > The change won't hurt much current callers performance I guess and now we can > use the function when we need to be sure of synchronous thread exit as well. I can't remember the exact scenario, but I'm reasonably sure i tried

[PATCH 07/10] qemu: exit thread synchronously in qemuDomainObjStopWorker

2020-07-14 Thread Nikolay Shirokovskiy
The change won't hurt much current callers performance I guess and now we can use the function when we need to be sure of synchronous thread exit as well. Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_domain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qemu/qemu_domain.c