From: Brad Smith <brad@comstyle.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Anthony Liguori <aliguori@us.ibm.com>,
qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH v2 0/2] configure: fix coroutine backend selection logic
Date: Fri, 5 Apr 2013 21:26:34 -0400 [thread overview]
Message-ID: <20130406012633.GA6482@rox.home.comstyle.com> (raw)
In-Reply-To: <CAFEAcA8pkVMNRqEpCmCFOQuRzJroihw9RoD4pNLhz4SWN_NdUg@mail.gmail.com>
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 need for me to manually
override the coroutine backend to get the sigaltstack backend on OpenBSD.
Our QEMU port / package has been using the sigaltstack backend with 1.2,
1.3, and 1.4.
> On 25 March 2013 13:50, Peter Maydell <peter.maydell@linaro.org> wrote:
> > Ping!
> >
> > thanks
> > -- PMM
> >
> > On 14 March 2013 17:57, Peter Maydell <peter.maydell@linaro.org> 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 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
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
prev parent reply other threads:[~2013-04-06 1:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=20130406012633.GA6482@rox.home.comstyle.com \
--to=brad@comstyle.com \
--cc=aliguori@us.ibm.com \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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).