[Qemu-devel] [PATCH v2] ARM: Permit any ARMv6K CPU to read the MVFR0 and MVFR1 VFP registers.

2012-03-29 Thread Andrew Towers
: Andrew Towers --- v2: * introduced ARM_FEATURE_MVFR, implied by ARM_FEATURE_V6K. Paul: I'd love to work on an rPi board model, and I'll see what I can put together, but much of the hardware is under NDA and I'm not in the loop.. target-arm/cpu.h |1 + target-arm/hel

[Qemu-devel] [PATCH] ARM: Permit any ARMv6K CPU to read the MVFR0 and MVFR1 VFP registers.

2012-03-28 Thread Andrew Towers
From: Andrew Towers Replaces the ARM_FEATURE_VFP3 check when reading MVFR0/1 with a check for ARM_FEATURE_V6K. Rationale: MVFR0/1 were introduced in the ARM1136 at the same time as ARMv6K, and a survey of TRMs indicates support in later models. According to reference documentation on arm.com