mbox series

[v2,0/2] Fix check in amx_test

Message ID 20221230013648.2850519-1-aaronlewis@google.com (mailing list archive)
Headers show
Series Fix check in amx_test | expand

Message

Aaron Lewis Dec. 30, 2022, 1:36 a.m. UTC
Two fixes for the same check in amx_test.
  1. Add an assert that XSAVE supports XTILE, rather than doing nothing with it.
  2. Assert that XSAVE supports both XTILECFG and XTILEDATA.

Aaron Lewis (2):
  KVM: selftests: Assert that XSAVE supports XTILE in amx_test
  KVM: selftests: Assert that XSAVE supports both XTILE{CFG,DATA}

 tools/testing/selftests/kvm/x86_64/amx_test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)