[PATCH 0/8] More Arm FEAT_FOO documentation updates

Alex Bennée posted 8 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260708145841.3032079-1-alex.bennee@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/system/arm/emulation.rst | 14 +++++++++++++-
target/arm/cpu-max.c          |  2 +-
2 files changed, 14 insertions(+), 2 deletions(-)
[PATCH 0/8] More Arm FEAT_FOO documentation updates
Posted by Alex Bennée 1 week, 4 days ago
While reviewing the latest Arm ARM (M.c) I found a few more feature
names that have been added for old existing features or we forgot to
update in our emulation list.

These are all documentation updates so should be good for merging
during softfreeze.

Alex.

Alex Bennée (8):
  docs/system: declare support for FEAT_EVT2
  docs/system: add big and little endian features names
  docs/system: document FEAT_Secure
  docs/system: document FEAT_MTE4
  docs/system: document FEAT_IVIPT
  docs/system: fix sorting of FEAT_S2[PIE|FWB]
  docs/system: add FEAT_S2TGran[4|16|64]K features
  docs/system: add FEAT_HAF

 docs/system/arm/emulation.rst | 14 +++++++++++++-
 target/arm/cpu-max.c          |  2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)

-- 
2.47.3


Re: [PATCH 0/8] More Arm FEAT_FOO documentation updates
Posted by Peter Maydell 1 week ago
On Wed, 8 Jul 2026 at 15:58, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> While reviewing the latest Arm ARM (M.c) I found a few more feature
> names that have been added for old existing features or we forgot to
> update in our emulation list.
>
> These are all documentation updates so should be good for merging
> during softfreeze.
>
> Alex.
>



Applied to target-arm.next, thanks.

-- PMM
Re: [PATCH 0/8] More Arm FEAT_FOO documentation updates
Posted by Richard Henderson 1 week, 4 days ago
On 7/8/26 07:58, Alex Bennée wrote:
> Alex Bennée (8):
>    docs/system: declare support for FEAT_EVT2
>    docs/system: add big and little endian features names
>    docs/system: document FEAT_Secure
>    docs/system: document FEAT_MTE4
>    docs/system: document FEAT_IVIPT
>    docs/system: fix sorting of FEAT_S2[PIE|FWB]
>    docs/system: add FEAT_S2TGran[4|16|64]K features
>    docs/system: add FEAT_HAF

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~