From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: linaro-toolchain@lists.linaro.org
Subject: Re: [Qemu-devel] [Android-virt] plans for QEMU support for KVM on ARM
Date: Wed, 23 Nov 2011 09:45:52 +0100 [thread overview]
Message-ID: <jaibs1$hud$1@dough.gmane.org> (raw)
In-Reply-To: <CAFEAcA_4CL+mq248F3B+dzeWLg5J=konZUufeTZDZgUdpGj_UQ@mail.gmail.com>
On 11/22/2011 04:19 PM, Peter Maydell wrote:
> * coroutine implementation doesn't cope if libc provides a makecontext()
> that returns ENOSYS (so we abort on startup)
I have a patch that replaces makecontext() with sigaltstack(), i.e.
going from nice code that does not work to hideous code that works.
I had not submitted it yet because it does not help for OpenBSD so we
would need anyway coroutine-gthread.c, and because I would like to test
it more thoroughly on non-Linux hosts. If anyone can help with the
testing, it is at git://github.com/bonzini/qemu.git branch coroutine-fix.
> * the MAP_FIXED static codegen buffer is put at an address which overlaps
> the glibc heap so we crash about 50% of the time
For 1.1 we can just use USE_STATIC_CODE_GEN_BUFFER. It should not have
major problems on Linux, since it is already tested for linux-user.
That leaves out Windows of course.
Paolo
next prev parent reply other threads:[~2011-11-23 8:46 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 14:44 [Qemu-devel] plans for QEMU support for KVM on ARM Peter Maydell
2011-11-22 15:05 ` [Qemu-devel] [Android-virt] " Alexander Graf
2011-11-22 15:19 ` Peter Maydell
2011-11-23 8:45 ` Paolo Bonzini [this message]
2011-11-23 8:55 ` Peter Maydell
2011-11-23 7:50 ` [Qemu-devel] " Jubi Taneja
2011-11-23 8:59 ` Peter Maydell
2011-11-24 20:11 ` [Qemu-devel] [Android-virt] " Christoffer Dall
2011-11-24 21:27 ` Peter Maydell
2011-11-24 22:02 ` Christoffer Dall
2011-11-24 23:06 ` Peter Maydell
2011-11-24 23:10 ` Alexander Graf
2011-11-24 23:11 ` Peter Maydell
2011-11-24 23:12 ` Alexander Graf
2011-11-24 23:21 ` Christoffer Dall
2011-11-29 18:16 ` Peter Maydell
2011-11-29 18:22 ` Christoffer Dall
2011-11-24 23:08 ` Alexander Graf
2011-11-28 20:51 ` Scott Wood
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='jaibs1$hud$1@dough.gmane.org' \
--to=pbonzini@redhat.com \
--cc=linaro-toolchain@lists.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).