summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/test_util.c
AgeCommit message (Expand)Author
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov
2023-09-20KVM: selftests: Assert that vasprintf() is successfulSean Christopherson
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones
2023-03-14selftests: KVM: skip hugetlb tests if huge pages are not availablePaolo Bonzini
2022-11-16KVM: selftests: implement random number generator for guest codeColton Lewis
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack
2021-09-16selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan
2021-09-16selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warnShuah Khan
2021-06-10KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen
2021-05-27KVM: selftests: add shmem backing source typeAxel Rasmussen
2021-05-27KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang
2021-04-20KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang
2021-04-20KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon