Comment 3 for bug 883136

Revision history for this message
Stefan Hajnoczi (stefanha) wrote : Re: [Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

On Wed, Dec 21, 2011 at 5:42 PM, Dr. David Alan Gilbert
<email address hidden> wrote:
> Attached is a 1st cut of a makecontext/setcontext/getcontext/swapcontext set for ARM - not ready to go into libc yet;
> currently it builds standalone and links (and passes) with a test of mine.  Next stop libc and a lot of cleanup.

Excellent. There is a stand-alone QEMU coroutine test which you can
build with "make test-coroutine".

Stefan