aboutsummaryrefslogtreecommitdiff
path: root/coroutine-gthread.c
AgeCommit message (Expand)Author
2014-06-10glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev
2014-05-07do not call g_thread_init() for glib >= 2.31Michael Tokarev
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-04-14coroutine-gthread.c: Avoid threading APIs deprecated in GLib 2.31Peter Maydell
2011-12-20g_thread_init users: don't call it if glib >= 2.31Alon Levy
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-01coroutine: implement coroutines using gthreadAneesh Kumar K.V