Aneesh Kumar K.V d0e2fce536 coroutine: implement coroutines using gthread
On platforms that don't support makecontext(3) use gthread based
coroutine implementation.

Darwin has makecontext(3) but getcontext(3) is stubbed out to return
ENOTSUP.  Andreas Färber <andreas.faerber@web.de> debugged this and
contributed the ./configure test which solves the issue for Darwin/ppc64
(and ppc) v10.5.

[Original patch by Aneesh, made consistent with coroutine-ucontext.c and
switched to GStaticPrivate by Stefan.  Tested on Linux and OpenBSD.]

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
2011-08-01 12:14:09 +02:00
2011-07-29 08:25:42 -05:00
2011-08-01 12:10:28 +02:00
2011-06-20 15:13:34 -03:00
2011-07-25 14:38:56 +00:00
2011-07-21 16:48:14 -03:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 18:54:23 +00:00
2011-07-25 14:38:56 +00:00
2011-04-08 13:03:34 -06:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:09:59 +02:00
2011-02-20 18:45:09 +01:00
2011-06-20 17:08:57 +01:00
2011-07-21 16:48:13 -03:00
2011-03-16 17:11:07 -03:00
2011-06-26 18:25:35 +00:00
2011-06-15 14:36:16 +02:00
2011-07-30 09:41:14 +00:00
2011-06-07 13:52:10 -05:00
2011-07-25 14:38:56 +00:00
2011-01-20 20:54:21 +00:00
2011-06-20 15:18:43 -03:00
2011-06-14 03:08:57 +02:00
2011-07-30 10:51:25 +00:00
2011-07-29 08:25:43 -05:00
2011-07-29 08:25:43 -05:00
2011-07-21 16:48:13 -03:00
2011-07-25 14:38:56 +00:00
2011-06-15 19:58:48 +00:00
2011-06-15 19:58:48 +00:00
2011-02-09 10:33:54 +02:00
2011-07-25 14:38:56 +00:00
2011-07-18 16:06:27 +02:00
2011-01-09 20:59:53 +00:00
2011-03-13 14:44:22 +00:00
2011-07-21 16:48:13 -03:00
2011-06-14 09:34:34 -05:00
2011-07-23 11:26:12 -05:00
2011-07-29 08:25:44 -05:00
2011-08-01 12:14:09 +02:00
2011-06-23 11:28:06 +02:00
2011-07-30 09:41:14 +00:00
2011-07-23 11:57:53 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 434 MiB
Languages
C 83.1%
C++ 6.1%
Python 3.4%
Dylan 2.7%
Shell 1.5%
Other 3%