From: Kevin Wolf <kwolf@redhat.com>
To: Alex Barcelo <abarcelo@ac.upc.edu>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/3] New sigaltstack backend for coroutine
Date: Fri, 09 Mar 2012 18:22:13 +0100 [thread overview]
Message-ID: <4F5A3C45.6020309@redhat.com> (raw)
In-Reply-To: <1330428351-6605-1-git-send-email-abarcelo@ac.upc.edu>
Am 28.02.2012 12:25, schrieb Alex Barcelo:
> This series of patches implements coroutines method with
> sigaltstack.
>
> The flow of creation and management of the coroutines is
> quite similar to the coroutine-ucontext.c. The way to use
> sigaltstack to achieve the needed stack manipulation is
> done in a way quite similar to the GNU Portable Threads
> (file pth_mctx.c, variant 2).
>
> This v2 has some corrections and improved patches, but it's
> essentially the same. At the moment, the default backend is
> ucontext (the former default method for coroutines).
>
> Alex Barcelo (3):
> coroutine: adding sigaltstack method (.c source)
> coroutine: adding configure choose mechanism for coroutine backend
> coroutine: adding configure option for sigaltstack coroutine backend
>
> Makefile.objs | 4 +
> configure | 41 +++++-
> coroutine-sigaltstack.c | 334 +++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 371 insertions(+), 8 deletions(-)
> create mode 100644 coroutine-sigaltstack.c
Thanks, applied all to the block branch.
Kevin
prev parent reply other threads:[~2012-03-09 17:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-28 11:25 [Qemu-devel] [PATCH v2 0/3] New sigaltstack backend for coroutine Alex Barcelo
2012-02-28 11:25 ` [Qemu-devel] [PATCH v2 1/3] coroutine: adding sigaltstack method (.c source) Alex Barcelo
2012-02-28 11:25 ` [Qemu-devel] [PATCH v2 2/3] coroutine: adding configure choose mechanism for coroutine backend Alex Barcelo
2012-02-28 11:25 ` [Qemu-devel] [PATCH v2 3/3] coroutine: adding configure option for sigaltstack " Alex Barcelo
2012-03-07 22:01 ` [Qemu-devel] [PATCH v2 0/3] New sigaltstack backend for coroutine Alex Barcelo
2012-03-07 22:17 ` Peter Maydell
2012-03-07 22:44 ` Alex Barcelo
2012-03-07 23:03 ` Peter Maydell
2012-03-08 10:15 ` Stefan Hajnoczi
2012-03-09 17:22 ` Kevin Wolf [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=4F5A3C45.6020309@redhat.com \
--to=kwolf@redhat.com \
--cc=abarcelo@ac.upc.edu \
--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).