qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V6] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270
@ 2011-11-09 17:03 Benoît Canet
  2011-11-09 17:03 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
  2011-11-09 17:03 ` [Qemu-devel] [PATCH 2/2] target-arm: remind to keep arm features in sync with linux-user/elfload.c Benoît Canet
  0 siblings, 2 replies; 14+ messages in thread
From: Benoît Canet @ 2011-11-09 17:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet, afaerber

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 macro coding style issue

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 |   46 ++++++++++++++++++++++++++++++++++++++++++----
 target-arm/cpu.h     |    4 ++++
 2 files changed, 46 insertions(+), 4 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH V7] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270
@ 2011-11-09 17:32 Benoît Canet
  2011-11-09 17:32 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
  0 siblings, 1 reply; 14+ messages in thread
From: Benoît Canet @ 2011-11-09 17:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet, afaerber

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 :
add Reviewed-by:

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 |   46 ++++++++++++++++++++++++++++++++++++++++++----
 target-arm/cpu.h     |    4 ++++
 2 files changed, 46 insertions(+), 4 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH V5] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270
@ 2011-11-09 15:46 Benoît Canet
  2011-11-09 15:46 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
  0 siblings, 1 reply; 14+ messages in thread
From: Benoît Canet @ 2011-11-09 15:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet, afaerber

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 macro coding style issue

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 |   46 ++++++++++++++++++++++++++++++++++++++++++----
 target-arm/cpu.h     |    4 ++++
 2 files changed, 46 insertions(+), 4 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH V4] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270
@ 2011-11-09 15:02 Benoît Canet
  2011-11-09 15:02 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
  0 siblings, 1 reply; 14+ messages in thread
From: Benoît Canet @ 2011-11-09 15:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet, afaerber

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

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH V3] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270
@ 2011-11-09 14:41 Benoît Canet
  2011-11-09 14:41 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
  0 siblings, 1 reply; 14+ messages in thread
From: Benoît Canet @ 2011-11-09 14:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet, afaerber

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-03-27 13:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 17:03 [Qemu-devel] [PATCH V6] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 Benoît Canet
2011-11-09 17:03 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
2011-11-09 17:07   ` Andreas Färber
2011-11-09 17:25   ` Peter Maydell
2011-11-09 17:03 ` [Qemu-devel] [PATCH 2/2] target-arm: remind to keep arm features in sync with linux-user/elfload.c Benoît Canet
2011-11-09 17:25   ` Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2011-11-09 17:32 [Qemu-devel] [PATCH V7] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 Benoît Canet
2011-11-09 17:32 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
2012-03-27 13:32   ` Benoît Canet
2011-11-09 15:46 [Qemu-devel] [PATCH V5] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 Benoît Canet
2011-11-09 15:46 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
2011-11-09 15:02 [Qemu-devel] [PATCH V4] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 Benoît Canet
2011-11-09 15:02 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
2011-11-09 15:34   ` Andreas Färber
2011-11-09 15:48     ` Peter Maydell
2011-11-09 14:41 [Qemu-devel] [PATCH V3] Fix : [Bug 887516] [NEW] VFP support reported for the PXA270 Benoît Canet
2011-11-09 14:41 ` [Qemu-devel] [PATCH 1/2] arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features Benoît Canet
2011-11-09 14:48   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).