diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2024-11-22 14:50:42 -0800 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-11-26 16:15:27 +0000 |
| commit | 7ddaf0ea2a5713a30bb73147b87bd76fb6421614 (patch) | |
| tree | 99a536184c7201594fb46e26d9c59e25b8d738d4 | |
| parent | 2b65ea865955275bdb7e55685af04bc7cf29d236 (diff) | |
| download | focaccia-qemu-7ddaf0ea2a5713a30bb73147b87bd76fb6421614.tar.gz focaccia-qemu-7ddaf0ea2a5713a30bb73147b87bd76fb6421614.zip | |
docs/system/arm/: add FEAT_MTE_ASYNC
We already implement FEAT_MTE_ASYNC; we just 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-6-pierrick.bouvier@linaro.org [PMM: expand commit message] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to '')
| -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 50d0250b1e..47f5123a31 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -94,6 +94,7 @@ the following architecture extensions: - FEAT_MTE2 (Memory Tagging Extension) - FEAT_MTE3 (MTE Asymmetric Fault Handling) - FEAT_MTE_ASYM_FAULT (Memory tagging asymmetric faults) +- FEAT_MTE_ASYNC (Asynchronous reporting of Tag Check Fault) - FEAT_NMI (Non-maskable Interrupt) - FEAT_NV (Nested Virtualization) - FEAT_NV2 (Enhanced nested virtualization support) |