[kvm-unit-tests PATCH 4/4] x86: Add a 'pcid' group for the various PCID+INVPCID permutations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rename the 'pcid' test to 'pcid-enabled' and add a 'pcid' group to allow
easily running all three tests.

Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
---
 x86/unittests.cfg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index d8ef717..0698d15 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -242,20 +242,23 @@ file = kvmclock_test.flat
 smp = 2
 extra_params = --append "10000000 `date +%s`"
 
-[pcid]
+[pcid-enabled]
 file = pcid.flat
 extra_params = -cpu qemu64,+pcid,+invpcid
 arch = x86_64
+groups = pcid
 
 [pcid-disabled]
 file = pcid.flat
 extra_params = -cpu qemu64,-pcid,-invpcid
 arch = x86_64
+groups = pcid
 
 [pcid-asymmetric]
 file = pcid.flat
 extra_params = -cpu qemu64,-pcid,+invpcid
 arch = x86_64
+groups = pcid
 
 [rdpru]
 file = rdpru.flat
-- 
2.30.0.478.g8a0d178c01-goog




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux