Re: [Qemu-devel] [PATCH] g_thread_init users: don't call it if glib >= 2.31

2011-12-20 Thread Anthony Liguori
On 12/20/2011 05:41 AM, Alon Levy wrote: since commit f9b29ca03 included in release 2.31 (docs below say 2.32 but that is not correct) and onwards g_thread_init is deprecated and calling it is not required: http://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-ini

[Qemu-devel] [PATCH] g_thread_init users: don't call it if glib >= 2.31

2011-12-20 Thread Alon Levy
since commit f9b29ca03 included in release 2.31 (docs below say 2.32 but that is not correct) and onwards g_thread_init is deprecated and calling it is not required: http://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-init g_thread_init has been deprecated since

[Qemu-devel] [PATCH] g_thread_init users: don't call it if glib >= 2.31

2011-12-20 Thread Alon Levy
since commit f9b29ca03 included in release 2.31 (docs below say 2.32 but that is not correct) and onwards g_thread_init is deprecated and calling it is not required: http://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-init g_thread_init has been deprecated since