From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO9LD-0003Gq-8k for qemu-devel@nongnu.org; Wed, 09 Nov 2011 09:41:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO9L9-0003Bq-Aj for qemu-devel@nongnu.org; Wed, 09 Nov 2011 09:41:27 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:55627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO9L9-0003Bc-5c for qemu-devel@nongnu.org; Wed, 09 Nov 2011 09:41:23 -0500 Received: by wyh22 with SMTP id 22so1805362wyh.4 for ; Wed, 09 Nov 2011 06:41:22 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 9 Nov 2011 15:41:16 +0100 Message-Id: <1320849678-5901-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH V3] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Beno=C3=AEt=20Canet?= , afaerber@suse.de A VFP was detected for pxa270 causing an "Illegal instruction" exception. The eglibc was not receiving the right AT_HWCAP from elfloader.c. In this version (Andreas and Peter comments) rename GET_FEATURE macro to SET_HWCAP remove wrong VFP_FP16 to VFPv3-D16 mapping remove unconditional ARM_HWCAP_ARM_FPA capability update elfloader.c arm capability list add missing arm capability mappings add a feature sync reminder in target-arm/cpu.h BenoƮt Canet (2): arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. target-arm: remind to keep arm features in sync with linux-user/elfload.c linux-user/elfload.c | 38 ++++++++++++++++++++++++++++++++++---- target-arm/cpu.h | 2 ++ 2 files changed, 36 insertions(+), 4 deletions(-) -- 1.7.5.4