Home
last modified time | relevance | path

Searched hist:"1 b0975ee" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/kunit/qemu_configs/
H A Darm64.py1b0975ee Wed Jul 12 15:23:17 CDT 2023 Mark Brown <broonie@kernel.org> 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>