Two of the sub-tests are currently failing in the Fedora KVM job on Cirrus-CI: FAIL: clflushopt (ABSENT) FAIL: clwb (ABSENT) Looks like the features have been marked as disabled in the L0 host, while the hardware supports them. Since neither VMX nor SVM have intercept controls for the instructions, KVM has no way to enforce the guest's CPUID model, so this test is failing now in this environment. There's not much we can do here except for disabling the test here. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- ci/cirrus-ci-fedora.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/cirrus-ci-fedora.yml b/ci/cirrus-ci-fedora.yml index 918c9a36..c83aff46 100644 --- a/ci/cirrus-ci-fedora.yml +++ b/ci/cirrus-ci-fedora.yml @@ -35,7 +35,6 @@ fedora_task: ioapic ioapic-split kvmclock_test - memory pcid-asymmetric pcid-disabled pcid-enabled -- 2.31.1