mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
2b65ea8659
commit
7ddaf0ea2a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue