Re: Understanding initialization order for spice in qemu

2020-06-19 Thread Gerd Hoffmann
On Thu, Jun 18, 2020 at 01:11:44PM +0200, Christophe de Dinechin wrote: > Hi Gerd, > > > When I build qemu on master with moduels enabled, and run with spice, I > occasionally see: > > qemu-system-x86_64: util/module.c:136: module_load_file: Assertion > `QTAILQ_EMPTY(&dso_init_list)' failed.

Re: Understanding initialization order for spice in qemu

2020-06-18 Thread Alex Bennée
Christophe de Dinechin writes: > Hi Gerd, > > > When I build qemu on master with moduels enabled, and run with spice, I > occasionally see: > > qemu-system-x86_64: util/module.c:136: module_load_file: Assertion > `QTAILQ_EMPTY(&dso_init_list)' failed. > > Interestingly, I seem to have seen t

Understanding initialization order for spice in qemu

2020-06-18 Thread Christophe de Dinechin
Hi Gerd, When I build qemu on master with moduels enabled, and run with spice, I occasionally see: qemu-system-x86_64: util/module.c:136: module_load_file: Assertion `QTAILQ_EMPTY(&dso_init_list)' failed. Interestingly, I seem to have seen that only on master, but not on my own branch. Have