From: Alex Bennée Date: Tue, 27 Jan 2026 14:55:55 +0000 (+0000) Subject: docs/system: update FEAT_BBML[12] references X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0d94ab4adbe219942084926ba0fdd363c22a63;p=thirdparty%2Fqemu.git docs/system: update FEAT_BBML[12] references It looks like the features were renamed to include the levels at some point. To make it easier to match features up to the Arm ARM update to use the full name. Signed-off-by: Alex Bennée Reviewed-by: Pierrick Bouvier --- diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index 3f30ea5a30..e0d5f9886e 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -26,7 +26,8 @@ the following architecture extensions: - FEAT_ASID16 (16 bit ASID) - FEAT_ASID2 (Concurrent use of two ASIDs) - FEAT_ATS1A (Address Translation operations that ignore stage 1 permissions) -- FEAT_BBM at level 2 (Translation table break-before-make levels) +- FEAT_BBML1 (Translation table break-before-make level 1) +- FEAT_BBML2 (Translation table break-before-make level 2) - FEAT_BF16 (AArch64 BFloat16 instructions) - FEAT_BTI (Branch Target Identification) - FEAT_CCIDX (Extended cache index)