]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: properly document FEAT_CRC32
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 31 Aug 2023 08:45:16 +0000 (09:45 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 21 Sep 2023 16:35:19 +0000 (19:35 +0300)
commit645b87f6505b07c5b2082fe12354114bddff6bd4
tree7a1e2015aea6363a17a3b8a0dfd312edd25afe12
parent86d7b08d712c63430ea327fab1c9a180897a7918
target/arm: properly document FEAT_CRC32

This is a mandatory feature for Armv8.1 architectures but we don't
state the feature clearly in our emulation list. Also include
FEAT_CRC32 comment in aarch64_max_tcg_initfn for ease of grepping.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20230824075406.1515566-1-alex.bennee@linaro.org
Cc: qemu-stable@nongnu.org
Message-Id: <20230222110104.3996971-1-alex.bennee@linaro.org>
[PMM: pluralize 'instructions' in docs]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 9e771a2fc68d98c5719b877e008d1dca64e6896e)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
docs/system/arm/emulation.rst
target/arm/tcg/cpu64.c