Re: [Qemu-devel] [PULL for-2.9 1/3] coroutine: remove GThread implementation

2017-05-15 Thread Stefan Hajnoczi
On Fri, May 12, 2017 at 03:19:18PM -0500, Eric Blake wrote: > On 05/12/2017 09:37 AM, Stefan Hajnoczi wrote: > > From: "Daniel P. Berrange" > > > > The GThread implementation is not functional enough to actually > > run QEMU reliably. While it was potentially useful for debugging, > > we have a s

Re: [Qemu-devel] [PULL for-2.9 1/3] coroutine: remove GThread implementation

2017-05-12 Thread Eric Blake
On 05/12/2017 09:37 AM, Stefan Hajnoczi wrote: > From: "Daniel P. Berrange" > > 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 i

[Qemu-devel] [PULL for-2.9 1/3] coroutine: remove GThread implementation

2017-05-12 Thread Stefan Hajnoczi
From: "Daniel P. Berrange" 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