qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] configure: fix coroutine backend selection logic
@ 2013-03-14 15:25 Peter Maydell
  2013-03-14 15:25 ` [Qemu-devel] [PATCH 1/3] configure: Provide and use convenience error reporting function Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Maydell @ 2013-03-14 15:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, patches

The main aim of this patchset is patch 3, 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 anyway).

The first two patches here are generic configure cleanups which
I wanted for the third patch.

Peter Maydell (3):
  configure: Provide and use convenience error reporting function
  configure: Move upper() up so it's available earlier
  configure: Don't fall back to gthread coroutine backend

 Makefile.objs |    6 +-
 configure     |  266 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 125 insertions(+), 147 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-14 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 15:25 [Qemu-devel] [PATCH 0/3] configure: fix coroutine backend selection logic Peter Maydell
2013-03-14 15:25 ` [Qemu-devel] [PATCH 1/3] configure: Provide and use convenience error reporting function Peter Maydell
2013-03-14 15:25 ` [Qemu-devel] [PATCH 2/3] configure: Move upper() up so it's available earlier Peter Maydell
2013-03-14 15:25 ` [Qemu-devel] [PATCH 3/3] configure: Don't fall back to gthread coroutine backend Peter Maydell
2013-03-14 15:54   ` Paolo Bonzini
2013-03-14 16:43     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).