On 15 August 2017 at 14:39, Stefan Hajnoczi <stefa...@gmail.com> wrote: > On Tue, Aug 15, 2017 at 01:15:52AM +0200, Paolo Bonzini wrote: >> Fixes this 2.10 regression: >> >> $ qemu-system-x86_64 -cpu host -m 6144 -vga qxl -device qxl >> qemu-system-x86_64: util/qemu-thread-posix.c:64: qemu_mutex_lock: >> Assertion `mutex->initialized' failed. >> >> Reported-by: adema...@redhat.com >> Cc: kra...@redhat.com >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- >> hw/display/qxl.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > I have audited the code and cannot see any bad side-effects. Looks good > to me! > > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>
Thanks; applied to master. -- PMM