linux-stable/tools/testing/kunit/qemu_configs
Mark Brown 1b0975ee3b 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>
2023-07-18 15:37:56 -06:00
..
alpha.py
arm.py
arm64.py kunit: qemu_configs: Enable all architectural features for arm64 2023-07-18 15:37:56 -06:00
i386.py kunit: tool: Use qemu-system-i386 for i386 runs 2022-05-18 17:03:54 -06:00
m68k.py kunit: tool: Add support for m68k under QEMU 2023-03-06 17:11:45 -07:00
powerpc.py
riscv.py kunit: tool: Don't download risc-v opensbi firmware with wget 2022-10-07 10:16:28 -06:00
s390.py
sh.py kunit: tool: Add support for SH under QEMU 2023-04-05 12:51:16 -06:00
sparc.py
x86_64.py