From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnwU6-0000ba-16 for qemu-devel@nongnu.org; Wed, 16 Sep 2009 11:31:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnwU5-0000ZC-FG for qemu-devel@nongnu.org; Wed, 16 Sep 2009 11:31:53 -0400 Received: from [199.232.76.173] (port=35370 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnwU5-0000Ys-2d for qemu-devel@nongnu.org; Wed, 16 Sep 2009 11:31:53 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:44454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnwU4-0001io-Pe for qemu-devel@nongnu.org; Wed, 16 Sep 2009 11:31:52 -0400 Received: by fg-out-1718.google.com with SMTP id e21so1062754fga.10 for ; Wed, 16 Sep 2009 08:31:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4AB1020A.1070807@mlbassoc.com> References: <4AB1020A.1070807@mlbassoc.com> Date: Wed, 16 Sep 2009 17:31:51 +0200 Message-ID: <761ea48b0909160831p3201956u79077c802e6c349a@mail.gmail.com> Subject: Re: [Qemu-devel] tcg_abort() From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gary Thomas Cc: qemu-devel@nongnu.org On Wed, Sep 16, 2009 at 5:19 PM, Gary Thomas wrote: > I've run into some of these in arm/tcg-target.c > > Can someone explain why they are there and how I can get past them? Not if you don't provide more information such as: - QEMU version - abort line - how to reproduce the issue Laurent