summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon-1/+1
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones-0/+134
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones-8/+1
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones-0/+70
2020-12-12Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-0/+82
2020-12-11selftests: kvm: Test MSR exiting to userspaceAaron Lewis-0/+2
2020-12-10KVM: selftests: sync_regs test for diag318Collin Walling-0/+82
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones-2/+9
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones-5/+30
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones-71/+26
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu-2/+74
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov-0/+26
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon-0/+7
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones-6/+1
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon-2/+13
2020-11-08KVM: selftests: Add aarch64 get-reg-list testAndrew Jones-0/+29
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton-0/+57
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis-3/+205
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis-0/+9
2020-11-08selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis-1/+2
2020-10-31KVM: selftests: Don't require THP to run testsAndrew Jones-7/+16
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson-0/+9
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov-5/+14
2020-06-09KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson-2/+9
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini-0/+12
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu-0/+9
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu-0/+3
2020-04-15selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta-0/+5
2020-04-15KVM: selftests: Add util to delete memory regionSean Christopherson-17/+39
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson-60/+47
2020-04-15KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson-4/+3
2020-03-26KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson-2/+2
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones-21/+16
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov-1/+1
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta-31/+26
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones-0/+22
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones-5/+5
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones-5/+19
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones-4/+4
2020-03-16KVM: selftests: Share common API documentationAndrew Jones-246/+89
2020-03-16KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson-0/+30
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones-4/+5
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon-0/+20
2020-03-16KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon-0/+71
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon-0/+51
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones-0/+37
2020-02-24KVM: selftests: Introduce vm_guest_mode_paramsAndrew Jones-27/+25
2020-02-24KVM: selftests: Remove unnecessary definesAndrew Jones-11/+0
2020-02-24KVM: selftests: aarch64: Use stream when givenAndrew Jones-2/+2
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger-0/+161