diff options
author | 2014-05-02 14:45:13 +0100 | |
---|---|---|
committer | 2014-05-02 21:59:36 +0300 | |
commit | 24682654654a2e7b50afc27880f4098e5fca3742 (patch) | |
tree | 739939e60c2bb8ea99ada2d2a298c0aa673efede /scripts/qapi-commands.py | |
parent | linux-user/elfload.c: Fix incorrect ARM HWCAP bits (diff) | |
download | qemu-24682654654a2e7b50afc27880f4098e5fca3742.tar.xz qemu-24682654654a2e7b50afc27880f4098e5fca3742.zip |
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 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions