From: Thomas Huth <thuth@redhat.com>
To: kvm@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Sean Christopherson <seanjc@google.com>
Subject: [kvm-unit-tests PATCH] ci/cirrus-ci-fedora.yml: Disable the "memory" test in the KVM job
Date: Mon, 3 Apr 2023 13:26:25 +0200 [thread overview]
Message-ID: <20230403112625.63833-1-thuth@redhat.com> (raw)
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@redhat.com>
---
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
next reply other threads:[~2023-04-03 11:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-03 11:26 Thomas Huth [this message]
2023-04-03 15:24 ` [kvm-unit-tests PATCH] ci/cirrus-ci-fedora.yml: Disable the "memory" test in the KVM job Sean Christopherson
2023-04-03 16:24 ` Paolo Bonzini
2023-04-03 16:51 ` Sean Christopherson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230403112625.63833-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=seanjc@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox