Support for ARMv7 has been dropped in commit 82bf7ae84ce
("target/arm: Remove KVM support for 32-bit Arm hosts"),
no need to check for Cortex A15 host cpu anymore.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- tests/qtest/arm-cpu-features.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/qtest/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c index 8252b85bb85..c59c3cb002b 100644 --- a/tests/qtest/arm-cpu-features.c +++ b/tests/qtest/arm-cpu-features.c @@ -515,10 +515,6 @@ static void test_query_cpu_model_expansion_kvm(const void *data) QDict *resp; char *error; - assert_error(qts, "cortex-a15", - "We cannot guarantee the CPU type 'cortex-a15' works " - "with KVM on this host", NULL); - assert_has_feature_enabled(qts, "host", "aarch64"); /* Enabling and disabling pmu should always work. */ -- 2.26.2
