summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/amx_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-291-2/+0
* KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-2/+0
* KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson2024-01-301-2/+2
* KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-301-1/+1
* KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis2023-04-111-22/+16
* KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson2023-04-111-1/+1
* KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis2023-04-111-21/+3
* KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis2023-03-241-0/+1
* KVM: selftests: Check that the palette table exists before using itAaron Lewis2023-03-241-0/+5
* KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()Aaron Lewis2023-03-241-7/+3
* KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabledAaron Lewis2023-03-241-1/+1
* KVM: selftests: Assert that XTILE is XSAVE-enabledAaron Lewis2023-03-241-6/+1
* KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFDMingwei Zhang2023-03-241-0/+10
* KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NMMingwei Zhang2023-03-241-0/+2
* KVM: selftests: Add check of CR0.TS in the #NM handler in amx_testMingwei Zhang2023-03-241-0/+1
* KVM: selftests: Enable checking on xcomp_bv in amx_testMingwei Zhang2023-03-241-0/+1
* KVM: selftests: Fix an error in comment of amx_testMingwei Zhang2023-03-241-1/+4
* KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang2023-03-241-25/+11
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-7/+1
* KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPUSean Christopherson2022-12-011-3/+7
* KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()Lei Wang2022-12-011-0/+1
* KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson2022-11-161-79/+22
* KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson2022-07-131-1/+1
* KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()Sean Christopherson2022-07-131-1/+1
* KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()Sean Christopherson2022-07-131-7/+2
* KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson2022-07-131-15/+4
* KVM: selftests: Use kvm_cpu_has() in AMX testSean Christopherson2022-07-131-11/+6
* KVM: selftests: Check for _both_ XTILE data and cfg in AMX testSean Christopherson2022-07-131-1/+2
* KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson2022-07-131-6/+3
* KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson2022-07-131-1/+0
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-2/+1
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-15/+8
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-11/+11
* KVM: selftests: Convert amx_test away from VCPU_IDSean Christopherson2022-06-111-17/+16
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-1/+1
* kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini2022-04-211-1/+0
* selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-261-0/+2
* selftest: kvm: Add amx selftestYang Zhong2022-01-141-0/+448