]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/system/arm/emulation: add FEAT_SSBS2
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Fri, 22 Nov 2024 22:50:40 +0000 (14:50 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Nov 2024 16:14:52 +0000 (16:14 +0000)
We implemented this at the same times as FEAT_SSBS, but forgot
to list it in the documentation.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241122225049.1617774-4-pierrick.bouvier@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: improve commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst

index af613b9c8b8757eefc392fe22ca87f16faa9e5cd..50d0250b1ebf32c59f606c731cb3d690d6cd468a 100644 (file)
@@ -137,6 +137,7 @@ the following architecture extensions:
 - FEAT_SVE2 (Scalable Vector Extension version 2)
 - FEAT_SPECRES (Speculation restriction instructions)
 - FEAT_SSBS (Speculative Store Bypass Safe)
+- FEAT_SSBS2 (MRS and MSR instructions for SSBS version 2)
 - FEAT_TGran16K (Support for 16KB memory translation granule size at stage 1)
 - FEAT_TGran4K (Support for 4KB memory translation granule size at stage 1)
 - FEAT_TGran64K (Support for 64KB memory translation granule size at stage 1)