From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB52h-00077v-J8 for qemu-devel@nongnu.org; Thu, 09 Jun 2016 14:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB52d-0001Nf-Fh for qemu-devel@nongnu.org; Thu, 09 Jun 2016 14:50:58 -0400 Received: from indium.canonical.com ([91.189.90.7]:36853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB52W-0001Mw-Ax for qemu-devel@nongnu.org; Thu, 09 Jun 2016 14:50:55 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1bB52V-0000Pq-34 for ; Thu, 09 Jun 2016 18:50:47 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C917A2E80C3 for ; Thu, 9 Jun 2016 18:50:46 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Thu, 09 Jun 2016 18:41:20 -0000 From: Peter Maydell Reply-To: Bug 1590336 <1590336@bugs.launchpad.net> Sender: bounces@canonical.com References: <20160608091217.11737.9975.malonedeb@wampee.canonical.com> Message-Id: <20160609184121.2181.876.malone@chaenomeles.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 1590336] Re: qemu-arm does not reject vrintz on non-v8 cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Should be fixed by http://patchwork.ozlabs.org/patch/633105/ -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1590336 Title: qemu-arm does not reject vrintz on non-v8 cpu Status in QEMU: New Bug description: Hello, It seems that qemu-arm does not reject some v8-only instructions as it should, but executes them "correctly". For instance, while compiling/running some of the GCC ARM instrinsics tes= ts, we noticed that vrintz should be rejected on cortex-a9 for instance, while it is executed= as if the instruction was supported. objdump says: 1074c: f3fa05a0 vrintz.f32 d16, d16 and qemu -d in_asm says: 0x0001074c: f3fa05a0 vabal.u q8, d26, d16 The problem is still present in qemu-2.6.0 To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1590336/+subscriptions