Message ID | 20210212010606.1118184-1-seanjc@google.com (mailing list archive) |
---|---|
Headers | show |
Series | x86: PCID test adjustments | expand |
On 12/02/21 02:06, Sean Christopherson wrote: > Adjust the PCID test to remove the enforment that INVPCID is enabled iff > PCID is enabled, and add explicit coverage of the newly allowed scneario. > > Sean Christopherson (4): > x86: Remove PCID test that INVPCID isn't enabled without PCID > x86: Iterate over all INVPCID types in the enabled test > x86: Add a testcase for !PCID && INVPCID > x86: Add a 'pcid' group for the various PCID+INVPCID permutations > > x86/pcid.c | 35 ++++++++++++++++++----------------- > x86/unittests.cfg | 10 +++++++++- > 2 files changed, 27 insertions(+), 18 deletions(-) > Queued, thanks. Paolo