Message ID | 20210212010606.1118184-5-seanjc@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86: PCID test adjustments | expand |
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
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@google.com> --- x86/unittests.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)