summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64
AgeCommit message (Expand)AuthorFilesLines
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson2-2/+2
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson3-6/+6
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_idSean Christopherson1-8/+1
2022-06-11KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helperSean Christopherson1-0/+0
2022-06-11KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson2-2/+2
2022-06-11KVM: selftests: Dedup MSR index list helpers, simplify dedicated testSean Christopherson1-98/+14
2022-06-11KVM: selftests: Harden and comment XSS / KVM_SET_MSRS interactionSean Christopherson1-1/+6
2022-06-11KVM: selftests: Cache list of MSRs to save/restoreSean Christopherson1-21/+6
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson10-89/+27
2022-06-11KVM: selftests: Consolidate KVM_ENABLE_CAP usageSean Christopherson2-50/+47
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson3-3/+0
2022-06-11KVM: selftests: Use kvm_ioctl() helpersSean Christopherson2-15/+7
2022-06-11KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson1-1/+1
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson1-1/+1
2022-06-11KVM: selftests: Split vcpu_set_nested_state() into two helpersSean Christopherson1-2/+2
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson4-7/+7
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson3-6/+6
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson9-12/+12
2022-06-11KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENTSean Christopherson1-3/+3
2022-06-09Merge branch 'kvm-5.20-early'Paolo Bonzini5-6/+372
2022-06-09KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack1-1/+1
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini1-4/+33
2022-06-08KVM: selftests: Add a test to get/set triple fault eventChenyi Qiang1-0/+101
2022-06-08kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap testZeng Guang1-0/+54
2022-06-08KVM: selftests: nSVM: Add svm_nested_soft_inject_testMaciej S. Szmigiero3-6/+217
2022-06-07Merge branch 'kvm-5.19-early-fixes' into HEADPaolo Bonzini1-3/+7
2022-06-07KVM: selftests: Make hyperv_clock selftest more stableVitaly Kuznetsov1-3/+7
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-20/+653
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini6-7/+0
2022-05-25KVM: selftests: x86: Fix test failure on arch lbr capable platformsYang Weijiang1-8/+10
2022-05-20selftests: kvm/x86: Verify the pmu event filter matches the correct eventAaron Lewis1-0/+19
2022-05-20selftests: kvm/x86: Add the helper function create_pmu_event_filterAaron Lewis1-4/+14
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini6-7/+0
2022-04-13selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolonLike Xu1-1/+1
2022-04-02KVM: x86: Test case for TSC scaling and offset syncDavid Woodhouse1-0/+119
2022-04-02KVM: x86/xen: Update self test for Xen PV timersDavid Woodhouse1-3/+32
2022-04-02KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SENDDavid Woodhouse1-13/+320
2022-04-02KVM: x86/xen: handle PV spinlocks slowpathBoris Ostrovsky1-0/+6
2022-04-02selftests: KVM: Test KVM_X86_QUIRK_FIX_HYPERCALL_INSNOliver Upton1-0/+170
2022-03-01KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson1-0/+150
2022-02-25KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMUDavid Dunn1-0/+33
2022-02-18selftests: KVM: allow sev_migrate_tests on machines without SEV-ESPaolo Bonzini1-21/+57
2022-02-18KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda1-14/+33
2022-02-10KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov1-0/+175
2022-02-10KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov1-0/+59
2022-02-10KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov1-2/+3
2022-02-10KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened M...Vitaly Kuznetsov1-12/+17
2022-01-26selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini1-0/+2
2022-01-26KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson1-1/+0
2022-01-20selftests: kvm/x86: Fix the warning in pmu_event_filter_test.cJinrong Liang1-4/+0