summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/x86_64/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-301-3/+3
* KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...Vitaly Kuznetsov2022-11-211-12/+0
* KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov2022-11-211-20/+12
* KVM: selftests: Assert in prepare_eptp() that nEPT is supportedDavid Matlack2022-11-161-1/+1
* KVM: selftests: Check for KVM nEPT support using "feature" MSRsDavid Matlack2022-11-161-8/+4
* KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack2022-09-271-0/+20
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-12/+0
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-4/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-2/+2
* KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson2022-06-111-6/+2
* KVM: selftests: Consolidate KVM_ENABLE_CAP usageSean Christopherson2022-06-111-1/+1
* KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson2022-06-111-1/+0
* KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2022-06-091-0/+15
* KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack2022-06-091-1/+6
* KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack2022-06-091-4/+12
* KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack2022-06-091-1/+0
* KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack2022-06-091-50/+60
* KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2021-06-241-9/+3
* KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2021-06-241-12/+9
* KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2021-06-241-14/+11
* KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson2020-10-311-0/+9
* KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-111-2/+7
* KVM: selftests: Fix build for evmcs.hPeter Xu2020-05-061-0/+3
* KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov2020-03-161-1/+1
* KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-161-1/+1
* selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger2020-02-121-3/+3
* tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson2020-01-131-4/+4
* selftests: kvm: consolidate VMX support checksVitaly Kuznetsov2019-10-221-0/+10
* selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2019-09-271-2/+199
* selftests: kvm: provide common function to enable eVMCSPaolo Bonzini2019-08-151-0/+20
* KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov2018-10-171-12/+36
* KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov2018-10-171-0/+5
* kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones2018-10-171-0/+283