diff options
| author | Richard Henderson | 2022-05-06 20:02:30 +0200 |
|---|---|---|
| committer | Peter Maydell | 2022-05-09 12:47:53 +0200 |
| commit | 8fc756b6be0d0de777b2092d324907ced7365543 (patch) | |
| tree | 43687d6b8413f2c79c553bf3dd3d41262d3fb67a /docs | |
| parent | target/arm: Enable FEAT_Debugv8p2 for -cpu max (diff) | |
| download | qemu-8fc756b6be0d0de777b2092d324907ced7365543.tar.gz qemu-8fc756b6be0d0de777b2092d324907ced7365543.tar.xz qemu-8fc756b6be0d0de777b2092d324907ced7365543.zip | |
target/arm: Enable FEAT_Debugv8p4 for -cpu max
This extension concerns changes to the External Debug interface,
with Secure and Non-secure access to the debug registers, and all
of it is outside the scope of QEMU. Indicating support for this
is mandatory with FEAT_SEL2, which we do implement.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220506180242.216785-13-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/system/arm/emulation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index 965f35d8c9..0acac6347c 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -15,6 +15,7 @@ the following architecture extensions: - FEAT_DIT (Data Independent Timing instructions) - FEAT_DPB (DC CVAP instruction) - FEAT_Debugv8p2 (Debug changes for v8.2) +- FEAT_Debugv8p4 (Debug changes for v8.4) - FEAT_DotProd (Advanced SIMD dot product instructions) - FEAT_FCMA (Floating-point complex number instructions) - FEAT_FHM (Floating-point half-precision multiplication instructions) |
