summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/test_util.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-16KVM: selftests: implement random number generator for guest codeColton Lewis1-0/+7
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma1-0/+16
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma1-0/+2
2022-09-30KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachableDavid Matlack1-2/+4
2022-06-11KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRESean Christopherson1-6/+4
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-0/+9
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson1-0/+1
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson1-0/+25
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack1-1/+3
2021-09-16selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan1-0/+2
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan1-0/+1
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen1-0/+11
2021-05-27KVM: selftests: add shmem backing source typeAxel Rasmussen1-0/+1
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang1-1/+17
2021-04-20KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang1-0/+1
2021-04-20KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang1-0/+2
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon1-0/+14
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon1-1/+1
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon1-0/+1
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon1-0/+1
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones1-1/+2
2020-03-16selftests: kvm: Introduce the TEST_FAIL macroWainer dos Santos Moschetta1-0/+3
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones1-0/+1
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-0/+2
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones1-1/+2
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones1-0/+13
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon1-0/+3
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-3/+1
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones1-3/+3
2018-08-22kvm: selftest: include the tools headersPeter Xu1-2/+0
2018-05-11KVM: selftests: exit with 0 status code when tests cannot be runPaolo Bonzini1-0/+1
2018-04-04kvm: selftests: add API testing infrastructurePaolo Bonzini1-0/+45