[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC v9 31/50] tests/qtest: skip bios-tables-test test_acpi_oem_fields_v
From: |
Claudio Fontana |
Subject: |
[RFC v9 31/50] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM |
Date: |
Wed, 17 Mar 2021 19:29:54 +0100 |
test is TCG-only.
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Cc: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
tests/qtest/bios-tables-test.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
index e020c83d2a..bd7b85909c 100644
--- a/tests/qtest/bios-tables-test.c
+++ b/tests/qtest/bios-tables-test.c
@@ -1488,6 +1488,13 @@ static void test_acpi_oem_fields_virt(void)
};
char *args;
+#ifndef CONFIG_TCG
+ if (data.tcg_only) {
+ g_test_skip("TCG disabled, skipping ACPI tcg_only test");
+ return;
+ }
+#endif /* CONFIG_TCG */
+
args = test_acpi_create_args(&data,
"-cpu cortex-a57 "OEM_TEST_ARGS, true);
data.qts = qtest_init(args);
--
2.26.2
- [RFC v9 43/50] target/arm: cpu-sve: new module, (continued)
- [RFC v9 43/50] target/arm: cpu-sve: new module, Claudio Fontana, 2021/03/17
- [RFC v9 26/50] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Claudio Fontana, 2021/03/17
- [RFC v9 23/50] target/arm: move sve_exception_el out of TCG helpers, Claudio Fontana, 2021/03/17
- [RFC v9 25/50] target/arm: cpu: fix style, Claudio Fontana, 2021/03/17
- [RFC v9 29/50] target/arm: cleanup cpu includes, Claudio Fontana, 2021/03/17
- [RFC v9 33/50] tests: do not run test-hmp on all machines for ARM KVM-only, Claudio Fontana, 2021/03/17
- [RFC v9 30/50] target/arm: remove broad "else" statements when checking accels, Claudio Fontana, 2021/03/17
- [RFC v9 34/50] tests: device-introspect-test: cope with ARM TCG-only devices, Claudio Fontana, 2021/03/17
- [RFC v9 22/50] target/arm: split a15 cpu model and 32bit class functions to cpu32.c, Claudio Fontana, 2021/03/17
- [RFC v9 09/50] target/arm: split cpregs from tcg/helper.c, Claudio Fontana, 2021/03/17
- [RFC v9 31/50] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM,
Claudio Fontana <=
- [RFC v9 28/50] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/, Claudio Fontana, 2021/03/17
- [RFC v9 37/50] target/arm: create kvm cpu accel class, Claudio Fontana, 2021/03/17
- [RFC v9 36/50] Revert "target/arm: Restrict v8M IDAU to TCG", Claudio Fontana, 2021/03/17
- [RFC v9 41/50] target/arm: add tcg cpu accel class, Claudio Fontana, 2021/03/17
- [RFC v9 44/50] target/arm: cpu-sve: split TCG and KVM functionality, Claudio Fontana, 2021/03/17
- [RFC v9 40/50] accel: add double dispatch mechanism for class initialization, Claudio Fontana, 2021/03/17
- [RFC v9 45/50] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64, Claudio Fontana, 2021/03/17
- [RFC v9 50/50] target/arm: refactor arm_cpu_finalize_features into cpu64, Claudio Fontana, 2021/03/17
- [RFC v9 39/50] accel: move call to accel_init_interfaces, Claudio Fontana, 2021/03/17
- [RFC v9 42/50] target/arm: move TCG gt timer creation code in tcg/, Claudio Fontana, 2021/03/17