]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/elfload.c
target/arm: Convert v8 extensions from feature bits to isar tests
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Oct 2018 06:50:16 +0000 (07:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2018 06:50:16 +0000 (07:50 +0100)
commit962fcbf2efe57231a9f5df0ae0f40c05e35628ba
tree0525afdd5553ce6f029fb30cb40d6de4453ae669
parent5256df880d1312a58472af3fb0a3c51e708f2161
target/arm: Convert v8 extensions from feature bits to isar tests

Most of the v8 extensions are self-contained within the ISAR
registers and are not implied by other feature bits, which
makes them the easiest to convert.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181016223115.24100-4-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/elfload.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/translate-a64.c
target/arm/translate.c
target/arm/translate.h