summaryrefslogtreecommitdiffstats
path: root/coroutine-ucontext.c
Commit message (Expand)AuthorAgeFilesLines
* coroutine-ucontext: use __threadPaolo Bonzini2015-01-131-50/+19
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-171-1/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-02-261-42/+1
|\
| * coroutine: move pooling to common codePaolo Bonzini2013-02-221-42/+1
* | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-13/+14
|/
* gcc: rename CONFIG_PRAGMA_DISABLE_UNUSED_BUT_SET to CONFIG_PRAGMA_DIAGNOSTIC_...Gerd Hoffmann2013-01-121-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* configure: Split valgrind test into pragma test and valgrind.h testPeter Maydell2012-07-311-0/+4
* coroutine-ucontext: Help valgrind understand coroutinesKevin Wolf2012-07-171-0/+28
* coroutine: switch to QSLISTPaolo Bonzini2012-02-171-5/+5
* coroutine: switch per-thread free pool to a global poolAvi Kivity2011-12-151-14/+16
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-8/+8
* Unbreak the build on ppc32malc2011-08-081-1/+1
* coroutine: introduce coroutinesKevin Wolf2011-08-011-0/+230
OpenPOWER on IntegriCloud