diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-05-02 14:45:13 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2014-05-02 21:59:36 +0300 |
commit | 24682654654a2e7b50afc27880f4098e5fca3742 (patch) | |
tree | 739939e60c2bb8ea99ada2d2a298c0aa673efede /target-alpha | |
parent | 43ce393ee5f7b96d2ac22fedc40d6b6fb3f65a3e (diff) |
linux-user/elfload.c: Update ARM HWCAP bits
The kernel has added support for a number of new ARM HWCAP bits;
add them to QEMU, including support for setting them where we have
a corresponding CPU feature bit.
We were also incorrectly setting the VFPv3D16 HWCAP -- this means
"only 16 D registers", not "supports 16-bit floating point format";
since QEMU always has 32 D registers for VFPv3, we can just remove
the line that incorrectly set this bit.
The kernel does not set the HWCAP_FPA even if it is providing FPA
emulation via nwfpe, so don't set this bit in QEMU either.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'target-alpha')
0 files changed, 0 insertions, 0 deletions