Re: [Qemu-devel] [PATCH 3/3] configure: Don't fall back to gthread coroutine backend

2013-03-14 Thread Peter Maydell
On 14 March 2013 15:54, Paolo Bonzini wrote: > Il 14/03/2013 16:25, Peter Maydell ha scritto: >> The gthread coroutine backend is broken and does not produce a working >> QEMU; it is only useful for some very limited debugging situations. >> Clean up the backend selection logic in configure so tha

Re: [Qemu-devel] [PATCH 3/3] configure: Don't fall back to gthread coroutine backend

2013-03-14 Thread Paolo Bonzini
Il 14/03/2013 16:25, Peter Maydell ha scritto: > The gthread coroutine backend is broken and does not produce a working > QEMU; it is only useful for some very limited debugging situations. > Clean up the backend selection logic in configure so that it now runs > "if on windows use windows; else pr

[Qemu-devel] [PATCH 3/3] configure: Don't fall back to gthread coroutine backend

2013-03-14 Thread Peter Maydell
The gthread coroutine backend is broken and does not produce a working QEMU; it is only useful for some very limited debugging situations. Clean up the backend selection logic in configure so that it now runs "if on windows use windows; else prefer ucontext; else sigaltstack". To do this we refact