public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/2] x86: msr: MCi_XXX testcases
@ 2022-05-12 23:30 Sean Christopherson
  2022-05-12 23:30 ` [kvm-unit-tests PATCH 1/2] x86: msr: Take the MSR index and name separately in low level helpers Sean Christopherson
  2022-05-12 23:30 ` [kvm-unit-tests PATCH 2/2] x86: msr: Add tests for MCE bank MSRs Sean Christopherson
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Christopherson @ 2022-05-12 23:30 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, Sean Christopherson, Jim Mattson

Add tests for MCi_XXX MSRs in the 0x400-0x479 (inclusive) range to verify
they all follow architecturally defined behavior, e.g. CTL MSRs allow '0'
or all ones, STATUS MSRs only allow '0', non-existent MSRs #GP on read and
write, etc...

Sean Christopherson (2):
  x86: msr: Take the MSR index and name separately in low level helpers
  x86: msr: Add tests for MCE bank MSRs

 x86/msr.c | 102 +++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 82 insertions(+), 20 deletions(-)


base-commit: 6a7a83ed106211fc0ee530a3a05f171f6a4c4e66
-- 
2.36.0.550.gb090851708-goog


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-12 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12 23:30 [kvm-unit-tests PATCH 0/2] x86: msr: MCi_XXX testcases Sean Christopherson
2022-05-12 23:30 ` [kvm-unit-tests PATCH 1/2] x86: msr: Take the MSR index and name separately in low level helpers Sean Christopherson
2022-05-12 23:30 ` [kvm-unit-tests PATCH 2/2] x86: msr: Add tests for MCE bank MSRs Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox