Re: [PATCH 2/3] qemu: Set "qemu-event" thread identity

2021-10-26 Thread Michal Prívozník
On 10/26/21 4:31 PM, Daniel P. Berrangé wrote: > On Tue, Oct 26, 2021 at 12:17:07PM +0200, Michal Privoznik wrote: >> It may happen that qemuProcessStop() is called from "qemu-event" >> thread. But this thread doesn't have any virIdentity set >> (virIdentity being thread local) and therefore it

Re: [PATCH 2/3] qemu: Set "qemu-event" thread identity

2021-10-26 Thread Daniel P . Berrangé
On Tue, Oct 26, 2021 at 12:17:07PM +0200, Michal Privoznik wrote: > It may happen that qemuProcessStop() is called from "qemu-event" > thread. But this thread doesn't have any virIdentity set > (virIdentity being thread local) and therefore it may be unable > to open connection to secondary

[PATCH 2/3] qemu: Set "qemu-event" thread identity

2021-10-26 Thread Michal Privoznik
It may happen that qemuProcessStop() is called from "qemu-event" thread. But this thread doesn't have any virIdentity set (virIdentity being thread local) and therefore it may be unable to open connection to secondary drivers. It is unable to do so in split daemon scenario, because in there