From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdfEA-00053p-54 for qemu-devel@nongnu.org; Thu, 22 Dec 2011 04:46:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdfE8-0004p4-CG for qemu-devel@nongnu.org; Thu, 22 Dec 2011 04:46:18 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:37268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdfE8-0004os-5j for qemu-devel@nongnu.org; Thu, 22 Dec 2011 04:46:16 -0500 Received: by werb10 with SMTP id b10so3761759wer.4 for ; Thu, 22 Dec 2011 01:46:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20111221174203.31397.82403.malone@gac.canonical.com> References: <20111028150756.31559.33093.malonedeb@chaenomeles.canonical.com> <20111221174203.31397.82403.malone@gac.canonical.com> Date: Thu, 22 Dec 2011 09:46:15 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Bug 883136] Re: qemu on ARM hosts aborts on startup because makecontext() always fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 883136 <883136@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Wed, Dec 21, 2011 at 5:42 PM, Dr. David Alan Gilbert <883136@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= . =A0Next 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