summaryrefslogtreecommitdiff
path: root/coroutine-ucontext.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster1-1/+2
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-42/+1
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell1-13/+14
2013-02-22coroutine: move pooling to common codePaolo Bonzini1-42/+1
2013-01-12gcc: rename CONFIG_PRAGMA_DISABLE_UNUSED_BUT_SET to CONFIG_PRAGMA_DIAGNOSTIC_...Gerd Hoffmann1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-07-31configure: Split valgrind test into pragma test and valgrind.h testPeter Maydell1-0/+4
2012-07-17coroutine-ucontext: Help valgrind understand coroutinesKevin Wolf1-0/+28
2012-02-17coroutine: switch to QSLISTPaolo Bonzini1-5/+5
2011-12-15coroutine: switch per-thread free pool to a global poolAvi Kivity1-14/+16
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-8/+8
2011-08-08Unbreak the build on ppc32malc1-1/+1
2011-08-01coroutine: introduce coroutinesKevin Wolf1-0/+230