From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Anthony Liguori <aliguori@us.ibm.com>,
patches@linaro.org
Subject: [Qemu-devel] [PATCH v3 0/2] configure: fix coroutine backend selection logic
Date: Mon, 8 Apr 2013 12:11:25 +0100 [thread overview]
Message-ID: <1365419487-19867-1-git-send-email-peter.maydell@linaro.org> (raw)
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 v2->v3:
* canonicalize user-facing 'windows' backend name to 'win32' so
we pick up the right filename for windows builds
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 | 260 ++++++++++++++++++++++++++------------------------------
tests/Makefile | 14 +--
3 files changed, 122 insertions(+), 163 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-04-08 11:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-08 11:11 Peter Maydell [this message]
2013-04-08 11:11 ` [Qemu-devel] [PATCH v3 1/2] configure: Provide and use convenience error reporting function Peter Maydell
2013-04-08 11:11 ` [Qemu-devel] [PATCH v3 2/2] configure: Don't fall back to gthread coroutine backend Peter Maydell
2013-04-08 21:55 ` [Qemu-devel] [PATCH v3 0/2] configure: fix coroutine backend selection logic Anthony Liguori
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=1365419487-19867-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=aliguori@us.ibm.com \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/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).