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.
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
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