qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] osdep: initialize glib threads in all QEMU tool


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] osdep: initialize glib threads in all QEMU tools
Date: Tue, 8 Oct 2013 15:58:24 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 08.10.2013 um 15:08 hat Paolo Bonzini geschrieben:
> Il 08/10/2013 14:25, Kevin Wolf ha scritto:
> > The glib documentation says:
> > 
> >     Since version 2.24, calling g_thread_init() multiple times is
> >     allowed, but nothing happens except for the first call.
> > 
> > I take that this means previously it wasn't allowed. qemu's configure
> > checks for a minimum version of 2.12, so we seems to support glib
> > versions that don't allow g_thread_init() to be called multiple times.
> > 
> > Do we need to protect against this?
> 
> I think that's the point of the "if (!g_thread_supported ())" tests.

Ah yes, I think you're right. Not the best function name I've ever seen
that glib uses there, but okay.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]