KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
authorAaron Lewis <aaronlewis@google.com>
Tue, 21 Feb 2023 16:36:52 +0000 (16:36 +0000)
committerSean Christopherson <seanjc@google.com>
Fri, 24 Mar 2023 21:21:40 +0000 (14:21 -0700)
commit2ab3991b0b9b57affd26ab116c6e1aab5c1bf8c3
tree20527c78a894aa793d1167bdd41cc4b750f7f682
parent7e1075f050782c4d1249ebb15f63836bc2a94a97
KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled

Assert that both XTILE{CFG,DATA} are written and read back via XSETBV and
XGETBV respectively.  The original check in amx_test only ensures at least
one of the XTILE bits are set, XTILECFG or XTILEDATA, when it really
should be checking that both are set.

Fixes: bf70636d9443 ("selftest: kvm: Add amx selftest")
Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Signed-off-by: Mingwei Zhang <mizhang@google.com>
Link: https://lore.kernel.org/r/20230221163655.920289-11-mizhang@google.com
[sean: massage changelog]
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/amx_test.c