summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-11-17Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini6-30/+138
2022-11-17KVM: selftests: add svm part to triple_fault_testMaxim Levitsky1-17/+56
2022-11-17kvm: selftests: add svm nested shutdown testMaxim Levitsky3-0/+69
2022-11-17KVM: selftests: move idt_entry to headerMaxim Levitsky2-13/+13
2022-11-16KVM: selftests: Assert in prepare_eptp() that nEPT is supportedDavid Matlack3-1/+3
2022-11-16KVM: selftests: Check for KVM nEPT support using "feature" MSRsDavid Matlack2-9/+5
2022-11-16KVM: selftests: Drop helpers for getting specific KVM supported CPUID entrySean Christopherson1-11/+0
2022-11-16KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson2-14/+28
2022-11-16KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson2-20/+36
2022-11-16KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson2-44/+48
2022-11-16KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*Sean Christopherson2-21/+4
2022-11-16KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson2-79/+31
2022-11-16KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson2-12/+39
2022-11-16KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* supportSean Christopherson1-6/+13
2022-11-16KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID testSean Christopherson1-10/+1
2022-11-16KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson2-10/+76
2022-11-16KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*Sean Christopherson1-13/+25
2022-11-16KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson2-3/+2
2022-11-16KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILUREDavid Matlack3-0/+47
2022-11-16KVM: selftests: Expect #PF(RSVD) when TDP is disabledDavid Matlack1-5/+46
2022-11-16KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson3-13/+30
2022-11-16KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()Sean Christopherson1-5/+3
2022-11-16KVM: selftests: Copy KVM PFERR masks into selftestsDavid Matlack1-0/+23
2022-11-16KVM: selftests: Move flds instruction emulation failure handling to headerDavid Matlack2-40/+59
2022-11-16KVM: selftests: Delete dead ucall codeDavid Matlack1-60/+1
2022-11-16KVM: selftests: Explicitly require instructions bytesDavid Matlack1-48/+20
2022-11-16KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_testDavid Matlack3-3/+4
2022-11-16KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state testGautam Menghani1-1/+3
2022-11-16KVM: selftests: Add arch specific post vm creation hookVishal Annapurve3-3/+12
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve3-9/+22
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve20-54/+6
2022-11-16KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson2-9/+47
2022-11-16KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()Sean Christopherson1-34/+4
2022-11-16KVM: selftests: Use virt_get_pte() when getting PTE pointerSean Christopherson1-23/+6
2022-11-16KVM: selftests: Verify parent PTE is PRESENT when getting child PTESean Christopherson1-8/+13
2022-11-16KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson2-10/+10
2022-11-16KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson3-28/+3
2022-11-16KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson3-25/+8
2022-11-16KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King1-1/+1
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda6-17/+77
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson9-34/+2
2022-11-16KVM: selftests: Make arm64's MMIO ucall multi-VM friendlySean Christopherson2-5/+29
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson20-76/+20
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson6-59/+33
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson7-74/+61
2022-11-16KVM: arm64: selftests: Disable single-step without relying on ucall()Sean Christopherson1-13/+15
2022-11-16KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson1-1/+1
2022-11-16KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack7-106/+106
2022-11-16KVM: selftests: Rename pta (short for perf_test_args) to argsDavid Matlack1-30/+30
2022-11-16KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack8-14/+14