Re: [PATCH 08/10] qemu: implement driver's shutdown/shutdown wait methods

2020-07-21 Thread Daniel P . Berrangé
On Tue, Jul 14, 2020 at 12:32:59PM +0300, Nikolay Shirokovskiy wrote: > On shutdown we just stop accepting new jobs for worker thread so that on > shutdown wait we can exit worker thread faster. Yes we basically stop > processing of events for VMs but we are going to do so anyway in case of >

[PATCH 08/10] qemu: implement driver's shutdown/shutdown wait methods

2020-07-14 Thread Nikolay Shirokovskiy
On shutdown we just stop accepting new jobs for worker thread so that on shutdown wait we can exit worker thread faster. Yes we basically stop processing of events for VMs but we are going to do so anyway in case of daemon shutdown. At the same time synchronous event processing that some API