summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Verify VMX MSRs can be restored to KVM-supported valuesSean Christopherson2022-07-281-0/+1
* KVM: selftests: Drop unused SVM_CPUID_FUNC macroSean Christopherson2022-07-131-2/+0
* KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson2022-07-131-1/+4
* KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFDSean Christopherson2022-07-131-0/+1
* KVM: selftests: Inline "get max CPUID leaf" helpersSean Christopherson2022-07-131-2/+9
* KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()Sean Christopherson2022-07-131-3/+3
* KVM: selftests: Use this_cpu_has() to detect SVM support in L1Sean Christopherson2022-07-131-13/+0
* KVM: selftests: Use this_cpu_has() in CR4/CPUID sync testSean Christopherson2022-07-131-3/+0
* KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()Sean Christopherson2022-07-131-1/+11
* KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson2022-07-131-3/+13
* KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson2022-07-131-12/+12
* KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APICSean Christopherson2022-07-131-0/+1
* KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state testSean Christopherson2022-07-131-1/+0
* KVM: selftests: Use vCPU's CPUID directly in Hyper-V testSean Christopherson2022-07-131-9/+0
* KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)Sean Christopherson2022-07-131-0/+1
* KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson2022-07-131-0/+2
* KVM: selftests: Add helpers to get and modify a vCPU's CPUID entriesSean Christopherson2022-07-131-0/+30
* KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()Sean Christopherson2022-07-131-7/+7
* KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()Sean Christopherson2022-07-131-2/+2
* KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson2022-07-132-7/+23
* KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()Sean Christopherson2022-07-131-0/+23
* KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection testSean Christopherson2022-07-131-3/+0
* KVM: selftests: Use kvm_cpu_has() for KVM's PV steal timeSean Christopherson2022-07-131-0/+22
* KVM: selftests: Remove the obsolete/dead MMU role testSean Christopherson2022-07-131-3/+0
* KVM: selftests: Use kvm_cpu_has() in AMX testSean Christopherson2022-07-131-0/+3
* KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR testSean Christopherson2022-07-131-0/+1
* KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftestSean Christopherson2022-07-131-0/+1
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-2/+0
* KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson2022-07-131-2/+0
* KVM: selftests: Use kvm_cpu_has() in the SEV migration testSean Christopherson2022-07-131-0/+2
* KVM: selftests: Add framework to query KVM CPUID bitsSean Christopherson2022-07-131-12/+94
* KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson2022-07-131-0/+4
* KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson2022-07-131-0/+9
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-5/+6
* KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERTColton Lewis2022-07-131-0/+42
* KVM: selftests: Increase UCALL_MAX_ARGS to 7Colton Lewis2022-07-131-1/+1
* KVM: selftests: enumerate GUEST_ASSERT argumentsColton Lewis2022-07-131-0/+8
* KVM: selftests: Use "a" and "d" to set EAX/EDX for wrmsr_safe()Vitaly Kuznetsov2022-07-131-1/+1
* KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang2022-06-242-0/+26
* KVM: selftests: Cache binary stats metadata for duration of testBen Gardon2022-06-241-0/+5
* KVM: selftests: Test disabling NX hugepages on a VMBen Gardon2022-06-241-0/+6
* KVM: selftests: Add NX huge pages testBen Gardon2022-06-241-0/+11
* KVM: selftests: Read binary stat data in libBen Gardon2022-06-241-0/+4
* KVM: selftests: Read binary stats desc in libBen Gardon2022-06-241-0/+25
* KVM: selftests: Read binary stats header in libBen Gardon2022-06-241-0/+8
* KVM: selftests: Add x86-64 support for exception fixupSean Christopherson2022-06-201-0/+74
* KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce typeSean Christopherson2022-06-141-26/+31
* KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson2022-06-111-16/+43
* KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRESean Christopherson2022-06-111-6/+4
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-0/+9