Re: [Qemu-devel] [PATCH v3 0/2] configure: fix coroutine backend selection logic
Applied. Thanks. Regards, Anthony Liguori
[Qemu-devel] [PATCH v3 0/2] configure: fix coroutine backend selection logic
The main aim of this patchset is patch 2, which changes the coroutine backend selection logic so that it goes 'ucontext -> sigaltstack' rather than 'ucontext -> gthread', since the gthread backend is broken. To do this properly on all platforms we have to refactor the code a bit (which it needed an