diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2025-08-15 22:26:53 +1000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-08-30 16:38:47 +0100 |
commit | 23f5b02447503d9e28f6fad690ccce850c7bb656 (patch) | |
tree | c4059e82a35a76d88d75d2a4946327da69e65241 /docs/system | |
parent | 99e441107efb34a8af990cedbfbda0567d0bb387 (diff) | |
download | qemu-23f5b02447503d9e28f6fad690ccce850c7bb656.zip qemu-23f5b02447503d9e28f6fad690ccce850c7bb656.tar.gz qemu-23f5b02447503d9e28f6fad690ccce850c7bb656.tar.bz2 |
target/arm: Enable FEAT_LSE128 for -cpu max
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250815122653.701782-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system')
-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 b12f013..4e8aca8 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -89,6 +89,7 @@ the following architecture extensions: - FEAT_LRCPC2 (Load-acquire RCpc instructions v2) - FEAT_LSE (Large System Extensions) - FEAT_LSE2 (Large System Extensions v2) +- FEAT_LSE128 (128-bit Atomics) - FEAT_LVA (Large Virtual Address space) - FEAT_MixedEnd (Mixed-endian support) - FEAT_MixedEndEL0 (Mixed-endian support at EL0) |