[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/12] docs/system/arm/emulation: mention armv9
From: |
Pierrick Bouvier |
Subject: |
[PATCH 01/12] docs/system/arm/emulation: mention armv9 |
Date: |
Fri, 22 Nov 2024 14:50:38 -0800 |
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
docs/system/arm/emulation.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst
index a2a388f0919..2956c22a1b7 100644
--- a/docs/system/arm/emulation.rst
+++ b/docs/system/arm/emulation.rst
@@ -3,8 +3,8 @@
A-profile CPU architecture support
==================================
-QEMU's TCG emulation includes support for the Armv5, Armv6, Armv7 and
-Armv8 versions of the A-profile architecture. It also has support for
+QEMU's TCG emulation includes support for the Armv5, Armv6, Armv7,
+Armv8 and Armv9 versions of the A-profile architecture. It also has support for
the following architecture extensions:
- FEAT_AA32BF16 (AArch32 BFloat16 instructions)
@@ -153,7 +153,7 @@ the following architecture extensions:
- FEAT_XNX (Translation table stage 2 Unprivileged Execute-never)
For information on the specifics of these extensions, please refer
-to the `Armv8-A Arm Architecture Reference Manual
+to the `Arm Architecture Reference Manual for A-profile architecture
<https://developer.arm.com/documentation/ddi0487/latest>`_.
When a specific named CPU is being emulated, only those features which
--
2.39.5
- [PATCH 00/12] Minor fixes for Arm documentation, Pierrick Bouvier, 2024/11/22
- [PATCH 02/12] docs/system/arm/emulation: fix typo in feature name, Pierrick Bouvier, 2024/11/22
- [PATCH 01/12] docs/system/arm/emulation: mention armv9,
Pierrick Bouvier <=
- [PATCH 03/12] docs/system/arm/emulation: add FEAT_SSBS2, Pierrick Bouvier, 2024/11/22
- [PATCH 05/12] docs/system/arm/: add FEAT_MTE_ASYNC, Pierrick Bouvier, 2024/11/22
- [PATCH 06/12] docs/system/arm/: add FEAT_DoubleLock, Pierrick Bouvier, 2024/11/22
- [PATCH 04/12] target/arm/tcg/: fix typo in FEAT name, Pierrick Bouvier, 2024/11/22
- [PATCH 08/12] docs/system/arm/orangepi: update links, Pierrick Bouvier, 2024/11/22
- [PATCH 09/12] docs/system/arm/fby35: document execute-in-place property, Pierrick Bouvier, 2024/11/22