summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/x86_64
AgeCommit message (Expand)AuthorFilesLines
2022-07-13KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson1-0/+8
2022-07-13KVM: selftests: Use vm->pa_bits to generate reserved PA bitsSean Christopherson1-6/+2
2022-07-13KVM: selftests: Add helpers to get and modify a vCPU's CPUID entriesSean Christopherson1-0/+18
2022-07-13KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()Sean Christopherson1-32/+0
2022-07-13KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()Sean Christopherson1-6/+5
2022-07-13KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()Sean Christopherson1-3/+1
2022-07-13KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson1-22/+20
2022-07-13KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()Sean Christopherson1-41/+7
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2-13/+1
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson1-13/+0
2022-07-13KVM: selftests: Add framework to query KVM CPUID bitsSean Christopherson1-0/+22
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson1-0/+9
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson1-0/+17
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson1-2/+2
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson1-3/+3
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson3-12/+6
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson3-84/+73
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson1-4/+4
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson1-8/+12
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson1-6/+6
2022-06-11KVM: selftests: Move vm_is_unrestricted_guest() to x86-64Sean Christopherson1-0/+21
2022-06-11KVM: selftest: Add proper helpers for x86-specific save/restore ioctlsSean Christopherson1-91/+39
2022-06-11KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson1-1/+1
2022-06-11KVM: selftests: Dedup MSR index list helpers, simplify dedicated testSean Christopherson1-8/+31
2022-06-11KVM: selftests: Cache list of MSRs to save/restoreSean Christopherson1-45/+36
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson1-6/+2
2022-06-11KVM: selftests: Consolidate KVM_ENABLE_CAP usageSean Christopherson1-1/+1
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson4-4/+0
2022-06-11KVM: selftests: Make x86-64's register dump helpers staticSean Christopherson1-34/+2
2022-06-11KVM: selftests: Use kvm_ioctl() helpersSean Christopherson1-23/+11
2022-06-11KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existenceSean Christopherson1-2/+2
2022-06-11KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpersSean Christopherson1-106/+6
2022-06-09Merge branch 'kvm-5.20-early'Paolo Bonzini1-1/+1
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2-0/+127
2022-06-09KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack1-1/+6
2022-06-09KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack1-4/+12
2022-06-09KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack1-1/+0
2022-06-09KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack1-50/+60
2022-06-09KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack1-16/+15
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini1-6/+6
2022-04-21kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini1-115/+77
2022-02-10KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov1-0/+6
2022-01-28selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini1-0/+15
2022-01-26selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini1-6/+6
2022-01-20selftests: kvm/x86: Fix the warning in lib/x86_64/processor.cJinrong Liang1-0/+1
2022-01-19kvm: selftests: Do not indent with spacesPaolo Bonzini1-30/+30
2022-01-19selftests: kvm/x86: Export x86_family() for use outside of processor.cJim Mattson1-12/+0
2022-01-19selftests: kvm/x86: Introduce is_amd_cpu()Jim Mattson1-9/+9