From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemB8-0006WW-AR for qemu-devel@nongnu.org; Wed, 23 Sep 2015 11:41:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZemB3-00004w-AE for qemu-devel@nongnu.org; Wed, 23 Sep 2015 11:41:54 -0400 Received: from mail-vk0-f53.google.com ([209.85.213.53]:35976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemB3-0008Vh-7P for qemu-devel@nongnu.org; Wed, 23 Sep 2015 11:41:49 -0400 Received: by vkfp126 with SMTP id p126so30070515vkf.3 for ; Wed, 23 Sep 2015 08:41:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1411875556.179967.1443005321856.JavaMail.yahoo@mail.yahoo.com> References: <1411875556.179967.1443005321856.JavaMail.yahoo@mail.yahoo.com> From: Peter Maydell Date: Wed, 23 Sep 2015 08:41:28 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] qemu-system-arm system support for big endian BE8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sridhar kulkarni Cc: Paolo Bonzini , Peter Crosthwaite , QEMU Developers , Alistair Francis On 23 September 2015 at 03:48, sridhar kulkarni wrote: > Hi Peter, > > I was able to progress well using the BE8 work in the branch that you > pointed out. I am experiencing floating point issue. The qemu just exits, by > putting a message that "floating point exception(core dumped)". I suppose > QEMU do support floating point operations. I heard about hard floating point > and soft floating point support. Is there any configuration option in QEMU > for floating point? QEMU's floating point support for ARM is good and known to work. If QEMU exits with a coredump then that is either: * your test binary is dumping core due to a bug in your test (assuming you're using linux-user mode) * a bug in QEMU (unlikely but not impossible) If you can provide a reproducible test case we can have a look at it. thanks -- PMM