mbox series

[0/5] Overhauling amx_test, part 2

Message ID 20230217215959.1569092-1-aaronlewis@google.com (mailing list archive)
Headers show
Series Overhauling amx_test, part 2 | expand

Message

Aaron Lewis Feb. 17, 2023, 9:59 p.m. UTC
Here are a few additional checks that were missing from the
selftest, amx_test.

My hope is to append these to the end of part 1 of this series, so
we have one series with all of these fixes in it.

Aaron Lewis (5):
  KVM: selftests: Assert that XTILE is XSAVE-enabled
  KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
  KVM: selftests: Remove redundant check that XSAVE is supported
  KVM: selftests: Check that the palette table exists before using it
  KVM: selftests: Check that XTILEDATA supports XFD

 .../selftests/kvm/include/x86_64/processor.h  |  2 ++
 tools/testing/selftests/kvm/x86_64/amx_test.c | 21 +++++++------------
 2 files changed, 10 insertions(+), 13 deletions(-)