]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement the ARMv8.1-HPD extension
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 13 Dec 2018 13:48:06 +0000 (13:48 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Dec 2018 14:41:24 +0000 (14:41 +0000)
commit037c13c5904f5fc67bb0ab7dd91ae07347aedee9
tree0cbab51cadc8719228e354e8c596be6ca2377467
parentea22747c63c9a894777aa41a7af85c3d08e39f81
target/arm: Implement the ARMv8.1-HPD extension

Since the TCR_*.HPD bits were RES0 in ARMv8.0, we can simply
interpret the bits as if ARMv8.1-HPD is present without checking.
We will need a slightly different check for hpd for aarch32.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181203203839.757-10-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c
target/arm/helper.c