mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target/arm: Enable FEAT_XS for the max cpu
Add FEAT_XS feature report value in max cpu's ID_AA64ISAR1 sys register. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241211144440.2700268-6-peter.maydell@linaro.org [PMM: Add entry for FEAT_XS to documentation] Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a65a24b9cf
commit
19db1d4da7
2 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,7 @@ the following architecture extensions:
|
|||
- FEAT_VMID16 (16-bit VMID)
|
||||
- FEAT_WFxT (WFE and WFI instructions with timeout)
|
||||
- FEAT_XNX (Translation table stage 2 Unprivileged Execute-never)
|
||||
- FEAT_XS (XS attribute)
|
||||
|
||||
For information on the specifics of these extensions, please refer
|
||||
to the `Arm Architecture Reference Manual for A-profile architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue