qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V3] Fix : [Bug 887516] [NEW] VFP support reported fo


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V3] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270
Date: Wed, 9 Nov 2011 15:41:16 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]