summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64
AgeCommit message (Expand)AuthorFilesLines
2021-05-07KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVM...Vitaly Kuznetsov1-11/+55
2021-05-07KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov1-8/+16
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini3-0/+569
2021-04-17KVM: selftests: remove redundant semi-colonYang Yingliang1-1/+1
2021-04-01selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov1-2/+11
2021-03-18selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito1-0/+166
2021-03-18selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito1-0/+134
2021-03-18selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov1-0/+260
2021-03-02KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse1-3/+156
2021-02-11KVM: selftests: Don't bother mapping GVA for Xen shinfo testSean Christopherson1-4/+3
2021-02-11KVM: selftests: Fix hex vs. decimal snafu in Xen testSean Christopherson1-1/+1
2021-02-11KVM: selftests: Fix size of memslots created by Xen testsSean Christopherson2-4/+2
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2-39/+3
2021-02-09selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_testVitaly Kuznetsov1-1/+38
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov1-28/+3
2021-02-04KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse1-0/+169
2021-02-04KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins1-6/+33
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins1-0/+123
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov1-0/+175
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu1-0/+131
2021-02-04KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier1-0/+544
2020-12-12selftests: kvm: Merge user_msr_test into userspace_msr_exit_testAaron Lewis2-277/+236
2020-12-12selftests: kvm: Test MSR exiting to userspaceAaron Lewis1-0/+560
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones14-15/+21
2020-11-16KVM: selftests: Make test skipping consistentAndrew Jones3-10/+14
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov1-38/+49
2020-11-15KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson1-1/+91
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton1-0/+234
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson1-0/+142
2020-10-22Merge branch 'kvm-fixes' into 'next'Paolo Bonzini1-1/+1
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini1-0/+168
2020-09-28KVM: selftests: Add test for user space MSR handlingAlexander Graf1-0/+248
2020-09-23selftests: kvm: Fix assert failure in single-step testYang Weijiang1-1/+1
2020-08-17selftests: kvm: Use a shorter encoding to clear RAXYang Weijiang1-2/+2
2020-07-27KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini1-0/+13
2020-07-27KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini1-1/+11
2020-07-27selftests: kvm: do not set guest mode flagPaolo Bonzini1-8/+9
2020-06-11KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov1-2/+2
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2-3/+5
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2-12/+14
2020-06-08KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov1-0/+4
2020-06-01KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov1-47/+56
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare1-0/+255
2020-06-01selftests: kvm: fix smm test on SVMVitaly Kuznetsov1-6/+13
2020-06-01selftests: kvm: add a SVM version of state-testPaolo Bonzini1-12/+50
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini1-0/+202
2020-05-08KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini1-1/+23
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu1-0/+180
2020-04-15KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson1-337/+0
2020-04-15KVM: selftests: Add "zero" testcase to set_memory_region_testSean Christopherson1-0/+24