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

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 anyway).

The first patch here is a generic configure cleanup to how we print
error messages, which I wanted for the third patch because otherwise
the various error paths would have been rather verbose.

Changes v1->v2:
 * fix the tests makefile too
 * CONFIG_COROUTINE_BACKEND=foo rather than CONFIG_FOO_COROUTINE=y;
   this simplifies both the configure code and the makefiles
 * dropped the 'move upper()' patch as no longer needed (in this
   series, anyway)

Peter Maydell (2):
  configure: Provide and use convenience error reporting function
  configure: Don't fall back to gthread coroutine backend

 Makefile.objs  |   11 +--
 configure      |  257 ++++++++++++++++++++++++++------------------------------
 tests/Makefile |   14 +--
 3 files changed, 119 insertions(+), 163 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-08 10:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 17:57 [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic Peter Maydell
2013-03-14 17:57 ` [Qemu-devel] [PATCH v2 1/2] configure: Provide and use convenience error reporting function Peter Maydell
2013-03-14 17:57 ` [Qemu-devel] [PATCH v2 2/2] configure: Don't fall back to gthread coroutine backend Peter Maydell
2013-04-08 10:58   ` Stefan Hajnoczi
2013-03-15  8:09 ` [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic Paolo Bonzini
2013-03-25 13:50 ` Peter Maydell
2013-04-04 10:22   ` Peter Maydell
2013-04-06  1:26     ` Brad Smith

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).