[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-07-10 Thread Peter Maydell
Fix released in upstream QEMU 1.1. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/883136 Title: qemu on ARM hosts aborts on startup

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-03-15 Thread Peter Maydell
** Changed in: qemu-linaro Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/883136 Title: qemu on ARM hosts aborts on startup because makecontext() always

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-03-06 Thread Peter Maydell
...and I think that backporting would be a bug against some other package, not qemu, so we can close this bug. ** Changed in: qemu-linaro Status: In Progress => Fix Committed ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-03-06 Thread Peter Maydell
http://comments.gmane.org/gmane.comp.lib.glibc.ports/1325 -- Michael's version of the makecontext patches has been committed to glibc-ports and should be available in glibc 2.16. Upstream qemu (and thus qemu-linaro) now have a version of the configure check which tests for __stub_makecontext, so

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-02-23 Thread Peter Maydell
Michael Hope pointed out that glibc defines a macro __stub_makecontext when the makecontext() implementation is a stub, so we can just add this to the qemu configure test to make it automatically fall back to the pthreads version as required. -- You received this bug notification because you are

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-02-20 Thread Peter Maydell
David Gilbert's post to upstream eglibc, and a reply from Joseph Myers with some review comments: http://comments.gmane.org/gmane.comp.lib.glibc.ports/1187 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bu

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-01-12 Thread Peter Maydell
Plan: (a) get makecontext added to eglibc (b) see if upstream eglibc are open to the idea of some sort of #define for MAKECONTEXT_ACTUALLY_IMPLEMENTED_NOW so we can detect it at compile time (c) otherwise, work around in qemu (probably by adding another layer of indirection) -- You received thi

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-01-05 Thread Michael Hope
Consider putting this in 2.15 as well. Talk with Matthias re: getting it into Ubuntu Precise either through a 2.13 backport or as part of a 2.15 update. ** Changed in: qemu-linaro Assignee: (unassigned) => Ken Werner (kwerner) -- You received this bug notification because you are a member

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-01-04 Thread Michael Hope
Removing Dave as he's done most of the work but can't complete it. ** Changed in: qemu-linaro Importance: Undecided => Medium ** Changed in: qemu-linaro Assignee: Dr. David Alan Gilbert (davidgil-uk) => (unassigned) -- You received this bug notification because you are a member of qemu-

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2012-01-04 Thread Michael Hope
** Changed in: qemu-linaro Status: New => In Progress -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/883136 Title: qemu on ARM hosts aborts on startup because makecontext() always fails Stat

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2011-12-23 Thread Dr. David Alan Gilbert
OK, here is a eglibc patch that adds the context routines; seems to pass Stefan's magic coroutine test, pass all the context specific tests in eglibc and boots a debian image on qemu. (Not run a full eglibc test run yet). Dave ** Attachment added: "eglibc patch for ARM context routines" http

Re: [Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2011-12-22 Thread Stefan Hajnoczi
On Wed, Dec 21, 2011 at 5:42 PM, Dr. David Alan Gilbert <883...@bugs.launchpad.net> 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

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2011-12-21 Thread Dr. David Alan Gilbert
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. ** Changed in: qemu-linaro Assignee: (unassigned) => Dr. Da

[Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails

2011-12-02 Thread Natalia Portillo
** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/883136 Title: qemu on ARM hosts aborts on startup because makecontext() always fails