• Mark Brown's avatar
    kunit: qemu_configs: Enable all architectural features for arm64 · 1b0975ee
    Mark Brown authored
    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: default avatarMark Brown <broonie@kernel.org>
    Reviewed-by: default avatarDavid Gow <davidgow@google.com>
    Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
    1b0975ee
arm64.py 430 Bytes