]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg/aarch64: add system test for FEAT_XS
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>
Wed, 11 Dec 2024 14:44:40 +0000 (14:44 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2024 15:17:46 +0000 (15:17 +0000)
commitdaae2280cad120a307083342ed0913f523b5aeb1
treed4d6edfffe8a7bf15b7521efddb166fdd6160473
parent19db1d4da7ba78f3774624a4125c7c78542ed735
tests/tcg/aarch64: add system test for FEAT_XS

Add system test to make sure FEAT_XS is enabled for max cpu emulation
and that QEMU doesn't crash when encountering an NXS instruction
variant.

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20241211144440.2700268-7-peter.maydell@linaro.org
[PMM: In ISAR field test, mask with 0xf, not 0xff; use < rather
 than an equality test to follow the standard ID register field
 check guidelines]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/tcg/aarch64/system/feat-xs.c [new file with mode: 0644]