KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()
authorAaron Lewis <aaronlewis@google.com>
Tue, 21 Feb 2023 16:36:53 +0000 (16:36 +0000)
committerSean Christopherson <seanjc@google.com>
Fri, 24 Mar 2023 21:21:40 +0000 (14:21 -0700)
commitd01d4a4f7bd2197208b904378debf3331eec936e
treef312282ac50a004c313f3da32f01d1bdd9bac912
parent2ab3991b0b9b57affd26ab116c6e1aab5c1bf8c3
KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()

Move the checks on XSAVE and OSXSAVE into init_regs() so that the XSAVE
check is done before setting CR4.OSXSAVE, i.e. before a potential #GP, and
so that the OSXSAVE check is performend immediately after enabling XSAVE
in CR4.

Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Signed-off-by: Mingwei Zhang <mizhang@google.com>
Link: https://lore.kernel.org/r/20230221163655.920289-12-mizhang@google.com
[sean: keep XSAVE check, rewrite changelog accordingly]
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/amx_test.c