Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-06-10 | glib-compat.h: add new thread API emulation on top of pre-2.31 API | Michael Tokarev | 1 | -21/+8 |
2014-05-07 | do not call g_thread_init() for glib >= 2.31 | Michael Tokarev | 1 | -5/+2 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-04-14 | coroutine-gthread.c: Avoid threading APIs deprecated in GLib 2.31 | Peter Maydell | 1 | -9/+87 |
2011-12-20 | g_thread_init users: don't call it if glib >= 2.31 | Alon Levy | 1 | -0/+5 |
2011-08-21 | Convert last qemu_free and qemu_malloc uses | Blue Swirl | 1 | -1/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -4/+4 |
2011-08-01 | coroutine: implement coroutines using gthread | Aneesh Kumar K.V | 1 | -0/+131 |