Re: [PATCH v2 08/13] qemu: don't shutdown event thread in monitor EOF callback

2020-09-04 Thread Daniel P . Berrangé
On Thu, Jul 23, 2020 at 01:14:08PM +0300, Nikolay Shirokovskiy wrote: > This hunk was introduced in [1] in order to avoid loosing > events from monitor on stopping qemu process. But as explained > in [2] on destroy we won't get neither EOF nor any other > events as monitor is just closed. In case o

Re: [PATCH v2 08/13] qemu: don't shutdown event thread in monitor EOF callback

2020-08-10 Thread Daniel Henrique Barboza
On 7/23/20 7:14 AM, Nikolay Shirokovskiy wrote: This hunk was introduced in [1] in order to avoid loosing events from monitor on stopping qemu process. But as explained in [2] on destroy we won't get neither EOF nor any other events as monitor is just closed. In case of crash/shutdown we won't

[PATCH v2 08/13] qemu: don't shutdown event thread in monitor EOF callback

2020-07-23 Thread Nikolay Shirokovskiy
This hunk was introduced in [1] in order to avoid loosing events from monitor on stopping qemu process. But as explained in [2] on destroy we won't get neither EOF nor any other events as monitor is just closed. In case of crash/shutdown we won't get any more events as well and qemuDomainObjStopWor