]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement FEAT_HPDS2 as a no-op
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 31 Aug 2023 08:45:16 +0000 (09:45 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 31 Aug 2023 08:45:16 +0000 (09:45 +0100)
commitdf9a391757c7fc5a6c88f6d32b82d6f2f860bd1d
treedb10179fd904ec85fa51bbca1593adce5f15e8f7
parent3d5f45ec895b278bfc442a436eebefab598f416a
target/arm: Implement FEAT_HPDS2 as a no-op

This feature allows the operating system to set TCR_ELx.HWU*
to allow the implementation to use the PBHA bits from the
block and page descriptors for for IMPLEMENTATION DEFINED
purposes.  Since QEMU has no need to use these bits, we may
simply ignore them.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20230811214031.171020-11-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst
target/arm/tcg/cpu32.c
target/arm/tcg/cpu64.c