Re: [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic

2013-04-05 Thread Brad Smith
On Thu, Apr 04, 2013 at 11:22:22AM +0100, Peter Maydell wrote: > Ping^2! > > PS: I note that the patches script doesn't list a patch > in the 'to:foo' list if foo was forgotten on initial send but > cc'd on subsequent pings... > > thanks > -- PMM I'd love to see this go in. This would remove the

Re: [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic

2013-04-04 Thread Peter Maydell
Ping^2! PS: I note that the patches script doesn't list a patch in the 'to:foo' list if foo was forgotten on initial send but cc'd on subsequent pings... thanks -- PMM On 25 March 2013 13:50, Peter Maydell wrote: > Ping! > > thanks > -- PMM > > On 14 March 2013 17:57, Peter Maydell wrote: >> T

Re: [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic

2013-03-25 Thread Peter Maydell
Ping! thanks -- PMM On 14 March 2013 17:57, Peter Maydell wrote: > 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 prop

Re: [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic

2013-03-15 Thread Paolo Bonzini
Il 14/03/2013 18:57, Peter Maydell ha scritto: > 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

[Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic

2013-03-14 Thread Peter Maydell
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