δΊ 2014/6/24 21:24, Peter Maydell ει:
On 24 June 2014 14:20, Eric Blake <ebl...@redhat.com> wrote:
Rebase your cleanups on to of this PULL request:
https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg05424.html
I just applied that, so "rebase on top of master"...
There is a test broken due to CompatGMutex in test_qmp_event.c, and
using CompatGMutest instead of simple GStaticMutex is caused by patch:
commit 86946a2d835614050b90bc8e5c82982fe45deff2:
Author: Michael Tokarev <m...@tls.msk.ru>
glib-compat.h: add new thread API emulation on top of pre-2.31 API
It seems cond->once.retval never get a chance to be allocated before
g_mutex_lock(), a bug?
thanks
-- PMM