]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/system/arm: Add FEAT_HCX to list of emulated features
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 30 May 2022 09:26:52 +0000 (10:26 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 May 2022 09:26:52 +0000 (10:26 +0100)
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

docs/system/arm/emulation.rst

index 3e95bba0d248b4cb6db3807980cf39a6659dfdee..49cc3e8340e5b55c77ed8c0ec6c37d17f4018e79 100644 (file)
@@ -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)