coroutine: remove GThread implementation
commit33c53c54e404b2cf0d78864bf1fa22b28fa93402
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Apr 2017 12:24:44 +0000 (28 13:24 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 12 May 2017 14:36:46 +0000 (12 10:36 -0400)
treed1f052bfc527ec7c8db1278535e06b10468217cc
parentecc1f5adeec4e3324d1b695a7c54e3967c526949
coroutine: remove GThread implementation

The GThread implementation is not functional enough to actually
run QEMU reliably. While it was potentially useful for debugging,
we have a scripts/qemugdb/coroutine.py to enable tracing of
ucontext coroutines in GDB, so that removes the only reason for
GThread to exist.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
.travis.yml
configure
util/coroutine-gthread.c [deleted file]