Re: [Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend

2016-02-02 Thread Stefan Hajnoczi
On Mon, Feb 01, 2016 at 12:17:14PM +, Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > On Fri, Jan 29, 2016 at 04:41:41PM +, Alex Bennée wrote: > >> > >> Stefan Hajnoczi writes: > >> > >> > The GThread coroutine backend was a portable

Re: [Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend

2016-02-02 Thread Stefan Hajnoczi
On Fri, Jan 29, 2016 at 04:07:48PM +, Stefan Hajnoczi wrote: > The GThread coroutine backend was a portable coroutine implementation. > Over the years all platforms got their own optimized coroutine > implementations and nothing uses the GThread backend anymore. > > In fact, ./configure

Re: [Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend

2016-02-01 Thread Alex Bennée
Stefan Hajnoczi writes: > On Fri, Jan 29, 2016 at 04:41:41PM +, Alex Bennée wrote: >> >> Stefan Hajnoczi writes: >> >> > The GThread coroutine backend was a portable coroutine implementation. >> > Over the years all platforms got their own

Re: [Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend

2016-02-01 Thread Stefan Hajnoczi
On Fri, Jan 29, 2016 at 04:41:41PM +, Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > The GThread coroutine backend was a portable coroutine implementation. > > Over the years all platforms got their own optimized coroutine > > implementations and nothing uses the

[Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend

2016-01-29 Thread Stefan Hajnoczi
The GThread coroutine backend was a portable coroutine implementation. Over the years all platforms got their own optimized coroutine implementations and nothing uses the GThread backend anymore. In fact, ./configure mentions the GThread backend doesn't work but might be useful for debugging.

Re: [Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend

2016-01-29 Thread Alex Bennée
Stefan Hajnoczi writes: > The GThread coroutine backend was a portable coroutine implementation. > Over the years all platforms got their own optimized coroutine > implementations and nothing uses the GThread backend anymore. > > In fact, ./configure mentions the GThread