aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-13KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson1-0/+2
2022-07-13KVM: selftests: Add helpers to get and modify a vCPU's CPUID entriesSean Christopherson1-0/+30
2022-07-13KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()Sean Christopherson1-7/+7
2022-07-13KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()Sean Christopherson1-2/+2
2022-07-13KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson2-7/+23
2022-07-13KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()Sean Christopherson1-0/+23
2022-07-13KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection testSean Christopherson1-3/+0
2022-07-13KVM: selftests: Use kvm_cpu_has() for KVM's PV steal timeSean Christopherson1-0/+22
2022-07-13KVM: selftests: Remove the obsolete/dead MMU role testSean Christopherson1-3/+0
2022-07-13KVM: selftests: Use kvm_cpu_has() in AMX testSean Christopherson1-0/+3
2022-07-13KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR testSean Christopherson1-0/+1
2022-07-13KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftestSean Christopherson1-0/+1
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson1-2/+0
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson1-2/+0
2022-07-13KVM: selftests: Use kvm_cpu_has() in the SEV migration testSean Christopherson1-0/+2
2022-07-13KVM: selftests: Add framework to query KVM CPUID bitsSean Christopherson1-12/+94
2022-07-13KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson1-0/+4
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson1-0/+9
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-5/+6
2022-07-13KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERTColton Lewis1-0/+42
2022-07-13KVM: selftests: Increase UCALL_MAX_ARGS to 7Colton Lewis1-1/+1
2022-07-13KVM: selftests: enumerate GUEST_ASSERT argumentsColton Lewis1-0/+8
2022-07-13KVM: selftests: Use "a" and "d" to set EAX/EDX for wrmsr_safe()Vitaly Kuznetsov1-1/+1
2022-06-24KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang2-0/+26
2022-06-24KVM: selftests: Cache binary stats metadata for duration of testBen Gardon1-0/+5
2022-06-24KVM: selftests: Test disabling NX hugepages on a VMBen Gardon1-0/+6
2022-06-24KVM: selftests: Add NX huge pages testBen Gardon1-0/+11
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon1-0/+4
2022-06-24KVM: selftests: Read binary stats desc in libBen Gardon1-0/+25
2022-06-24KVM: selftests: Read binary stats header in libBen Gardon1-0/+8
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson1-0/+74
2022-06-14KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce typeSean Christopherson1-26/+31
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson1-16/+43
2022-06-11KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRESean Christopherson1-6/+4
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-0/+9
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson1-0/+5
2022-06-11KVM: selftests: Return an 'unsigned int' from kvm_check_cap()Sean Christopherson1-1/+1
2022-06-11KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic numberSean Christopherson1-1/+0
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson1-3/+6
2022-06-11KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()Sean Christopherson1-2/+2
2022-06-11KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()Sean Christopherson1-6/+3
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson1-6/+0
2022-06-11KVM: selftests: Remove vcpu_state() helperSean Christopherson1-1/+0
2022-06-11KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()Sean Christopherson1-2/+0
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson5-158/+143
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson1-3/+4
2022-06-11KVM: selftests: Drop @vcpuids param from VM creatorsSean Christopherson1-2/+2
2022-06-11KVM: selftests: Drop vm_create_default* helpersSean Christopherson1-23/+0
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson3-41/+25
2022-06-11KVM: selftests: Add VM creation helper that "returns" vCPUsSean Christopherson1-4/+13