aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/lib/x86_64/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones1-3/+3
2022-11-21KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pagesVitaly Kuznetsov1-12/+0
2022-11-21KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov1-20/+12
2022-11-16KVM: selftests: Assert in prepare_eptp() that nEPT is supportedDavid Matlack1-1/+1
2022-11-16KVM: selftests: Check for KVM nEPT support using "feature" MSRsDavid Matlack1-8/+4
2022-09-27KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack1-0/+20
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson1-12/+0
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-4/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-2/+2
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 Christopherson1-1/+0
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack1-0/+15
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
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson1-9/+3
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson1-12/+9
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson1-14/+11
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson1-0/+9
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov1-2/+7
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu1-0/+3
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov1-1/+1
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-1/+1
2020-02-12selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger1-3/+3
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson1-4/+4
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov1-0/+10
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini1-2/+199
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini1-0/+20
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2018-10-17KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov1-12/+36
2018-10-17KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov1-0/+5
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones1-0/+283