summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/amx_test.c
AgeCommit message (Expand)Author
2024-01-30KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis
2023-03-24KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis
2023-03-24KVM: selftests: Check that the palette table exists before using itAaron Lewis
2023-03-24KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()Aaron Lewis
2023-03-24KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabledAaron Lewis
2023-03-24KVM: selftests: Assert that XTILE is XSAVE-enabledAaron Lewis
2023-03-24KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFDMingwei Zhang
2023-03-24KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NMMingwei Zhang
2023-03-24KVM: selftests: Add check of CR0.TS in the #NM handler in amx_testMingwei Zhang
2023-03-24KVM: selftests: Enable checking on xcomp_bv in amx_testMingwei Zhang
2023-03-24KVM: selftests: Fix an error in comment of amx_testMingwei Zhang
2023-03-24KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2022-12-01KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPUSean Christopherson
2022-12-01KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()Lei Wang
2022-11-16KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson
2022-07-13KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson
2022-07-13KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()Sean Christopherson
2022-07-13KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()Sean Christopherson
2022-07-13KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() in AMX testSean Christopherson
2022-07-13KVM: selftests: Check for _both_ XTILE data and cfg in AMX testSean Christopherson
2022-07-13KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert amx_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini
2022-01-26selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini
2022-01-14selftest: kvm: Add amx selftestYang Zhong