From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>, patches@linaro.org
Subject: [Qemu-devel] [PATCH 0/3] configure: fix coroutine backend selection logic
Date: Thu, 14 Mar 2013 15:25:17 +0000 [thread overview]
Message-ID: <1363274720-22535-1-git-send-email-peter.maydell@linaro.org> (raw)
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
next reply other threads:[~2013-03-14 15:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-14 15:25 Peter Maydell [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1363274720-22535-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).