From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO9gD-0004cX-MI for qemu-devel@nongnu.org; Wed, 09 Nov 2011 10:03:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO9g7-0007fB-Fg for qemu-devel@nongnu.org; Wed, 09 Nov 2011 10:03:09 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:45600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO9g7-0007dy-9i for qemu-devel@nongnu.org; Wed, 09 Nov 2011 10:03:03 -0500 Received: by wyh22 with SMTP id 22so1829779wyh.4 for ; Wed, 09 Nov 2011 07:03:02 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 9 Nov 2011 16:02:57 +0100 Message-Id: <1320850979-6620-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 V4] 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 : Fix reminder Add comment regarding ARM_FEATURE_V5 to ARM_HWCAP_ARM_EDSP mapping 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 | 43 +++++++++++++++++++++++++++++++++++++++---- target-arm/cpu.h | 4 ++++ 2 files changed, 43 insertions(+), 4 deletions(-) -- 1.7.5.4