summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2022-05-30 10:26:52 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-05-30 10:26:52 +0100
commit95d0f1d80eba918b6f1d7201994a468a38134ec1 (patch)
treeff45c60e6e9dc460b6eb4c1fbcf0f557e5533133 /docs
parentf7a1ea403e0282a7f57edd4298c4f65f24165da5 (diff)
downloadfocaccia-qemu-95d0f1d80eba918b6f1d7201994a468a38134ec1.tar.gz
focaccia-qemu-95d0f1d80eba918b6f1d7201994a468a38134ec1.zip
docs/system/arm: Add FEAT_HCX to list of emulated features
In commit 5814d587fe861fe9 we added support for emulating
FEAT_HCX (Support for the HCRX_EL2 register). However we
forgot to add it to the list in emulated.rst. Correct the
omission.

Fixes: 5814d587fe861fe9 ("target/arm: Enable FEAT_HCX for -cpu max")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220520084320.424166-1-peter.maydell@linaro.org
Diffstat (limited to 'docs')
-rw-r--r--docs/system/arm/emulation.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst
index 3e95bba0d2..49cc3e8340 100644
--- a/docs/system/arm/emulation.rst
+++ b/docs/system/arm/emulation.rst
@@ -29,6 +29,7 @@ the following architecture extensions:
 - FEAT_FRINTTS (Floating-point to integer instructions)
 - FEAT_FlagM (Flag manipulation instructions v2)
 - FEAT_FlagM2 (Enhancements to flag manipulation instructions)
+- FEAT_HCX (Support for the HCRX_EL2 register)
 - FEAT_HPDS (Hierarchical permission disables)
 - FEAT_I8MM (AArch64 Int8 matrix multiplication instructions)
 - FEAT_IDST (ID space trap handling)