kunit: qemu_configs: Enable all architectural features for arm64
authorMark Brown <broonie@kernel.org>
Wed, 12 Jul 2023 20:23:17 +0000 (21:23 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 18 Jul 2023 21:37:56 +0000 (15:37 -0600)
commit1b0975ee3bdd3eb19a47371c26fd7ef8f7f6b599
treeef3642d7a74563be4da6e6a8943d306977ddf4da
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
kunit: qemu_configs: Enable all architectural features for arm64

While it probably doesn't make a huge difference given the current KUnit
coverage we will get the best coverage of arm64 architecture features if
we specify -cpu=max rather than picking a specific CPU, this will include
all architecture features that qemu supports including many which have not
yet made it into physical implementations.

Due to performance issues emulating the architected pointer authentication
algorithm it is recommended to use the implementation defined algorithm
that qemu has instead, this should make no meaningful difference to the
coverage and will run the tests faster.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/qemu_configs/arm64.py