mbox series

[kvm-unit-tests,0/4] x86: PCID test adjustments

Message ID 20210212010606.1118184-1-seanjc@google.com (mailing list archive)
Headers show
Series x86: PCID test adjustments | expand

Message

Sean Christopherson Feb. 12, 2021, 1:06 a.m. UTC
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(-)

Comments

Paolo Bonzini Feb. 15, 2021, 4:49 p.m. UTC | #1
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