diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-01-30 18:24:59 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-02-03 12:59:24 +0000 |
commit | bb18151d8bd9bedc497ee9d4e8d81b39a4e5bbf6 (patch) | |
tree | 1f501762586199d6ca773a85e62a1f978c97d755 /docs | |
parent | 1748ef03c562dd4e5222e6d665142b25c0cfb1d1 (diff) | |
download | qemu-bb18151d8bd9bedc497ee9d4e8d81b39a4e5bbf6.zip qemu-bb18151d8bd9bedc497ee9d4e8d81b39a4e5bbf6.tar.gz qemu-bb18151d8bd9bedc497ee9d4e8d81b39a4e5bbf6.tar.bz2 |
target/arm: Enable FEAT_FGT on '-cpu max'
Update the ID registers for TCG's '-cpu max' to report the
presence of FEAT_FGT Fine-Grained Traps support.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Fuad Tabba <tabba@google.com>
Message-id: 20230130182459.3309057-24-peter.maydell@linaro.org
Message-id: 20230127175507.2895013-24-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 b87e064..2062d71 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -30,6 +30,7 @@ the following architecture extensions: - FEAT_ETS (Enhanced Translation Synchronization) - FEAT_EVT (Enhanced Virtualization Traps) - FEAT_FCMA (Floating-point complex number instructions) +- FEAT_FGT (Fine-Grained Traps) - FEAT_FHM (Floating-point half-precision multiplication instructions) - FEAT_FP16 (Half-precision floating-point data processing) - FEAT_FRINTTS (Floating-point to integer instructions) |