[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check |
Date: |
Fri, 5 Feb 2021 15:43:37 +0100 |
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é <f4bug@amsat.org>
---
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
- [PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM, Philippe Mathieu-Daudé, 2021/02/05
- [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check,
Philippe Mathieu-Daudé <=
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Andrew Jones, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Philippe Mathieu-Daudé, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Andrew Jones, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Philippe Mathieu-Daudé, 2021/02/05
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, Andrew Jones, 2021/02/06
- Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check, John Snow, 2021/02/08
[PATCH 2/9] tests/qtest: Restrict xlnx-can-test to TCG builds, Philippe Mathieu-Daudé, 2021/02/05