Re: [Qemu-devel] [PATCH 0/3] glib: move compat functions into glib-compat.h

2014-05-02 Thread Stefan Hajnoczi
On Mon, Feb 03, 2014 at 02:31:47PM +0100, Stefan Hajnoczi wrote: > glib has deprecated APIs like GStaticMutex, g_thread_create(), and others. In > QEMU support both old and new APIs since using deprecated APIs would flood us > with warnings but legacy distros must continue to build the QEMU source

Re: [Qemu-devel] [PATCH 0/3] glib: move compat functions into glib-compat.h

2014-02-14 Thread Stefan Hajnoczi
On Mon, Feb 03, 2014 at 02:31:47PM +0100, Stefan Hajnoczi wrote: > glib has deprecated APIs like GStaticMutex, g_thread_create(), and others. In > QEMU support both old and new APIs since using deprecated APIs would flood us > with warnings but legacy distros must continue to build the QEMU source

[Qemu-devel] [PATCH 0/3] glib: move compat functions into glib-compat.h

2014-02-03 Thread Stefan Hajnoczi
glib has deprecated APIs like GStaticMutex, g_thread_create(), and others. In QEMU support both old and new APIs since using deprecated APIs would flood us with warnings but legacy distros must continue to build the QEMU source code. This patch series reduces ifdefs by moving glib compat function