aboutsummaryrefslogtreecommitdiff
path: root/coroutine-ucontext.c
AgeCommit message (Expand)Author
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-22coroutine: move pooling to common codePaolo Bonzini
2013-01-12gcc: rename CONFIG_PRAGMA_DISABLE_UNUSED_BUT_SET to CONFIG_PRAGMA_DIAGNOSTIC_...Gerd Hoffmann
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-07-31configure: Split valgrind test into pragma test and valgrind.h testPeter Maydell
2012-07-17coroutine-ucontext: Help valgrind understand coroutinesKevin Wolf
2012-02-17coroutine: switch to QSLISTPaolo Bonzini
2011-12-15coroutine: switch per-thread free pool to a global poolAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08Unbreak the build on ppc32malc
2011-08-01coroutine: introduce coroutinesKevin Wolf