aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/demand_paging_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-3/+2
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson1-19/+17
2022-06-11KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errorsSean Christopherson1-6/+6
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack1-22/+3
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson1-5/+0
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson1-4/+1
2021-11-16KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson1-16/+5
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack1-3/+2
2021-09-22KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack1-5/+5
2021-09-22selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton1-1/+1
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack1-1/+0
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack1-1/+1
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen1-2/+4
2021-05-27KVM: selftests: allow using UFFD minor faults for demand pagingAxel Rasmussen1-33/+79
2021-05-27KVM: selftests: allow different backing source typesAxel Rasmussen1-4/+11
2021-05-27KVM: selftests: compute correct demand paging sizeAxel Rasmussen1-4/+7
2021-05-27KVM: selftests: simplify setup_demand_paging error handlingAxel Rasmussen1-32/+18
2021-05-27KVM: selftests: trivial comment/logging fixesAxel Rasmussen1-1/+1
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon1-1/+2
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon1-7/+25
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon1-4/+4
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones1-5/+6
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones1-1/+1
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones1-81/+26
2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones1-20/+17
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones1-12/+8
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon1-0/+2
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon1-13/+13
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon1-181/+23
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones1-21/+16
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones1-2/+1
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-2/+2
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones1-1/+1
2020-03-16KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones1-4/+0
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones1-27/+27
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon1-1/+49
2020-03-16KVM: selftests: Support multiple vCPUs in demand paging testBen Gardon1-82/+171
2020-03-16KVM: selftests: Pass args to vCPU in global vCPU args structBen Gardon1-11/+27
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon1-21/+36
2020-03-16KVM: selftests: Add configurable demand paging delayBen Gardon1-7/+25
2020-03-16KVM: selftests: Add demand paging content to the demand paging testBen Gardon1-4/+206
2020-02-24KVM: selftests: Create a demand paging testBen Gardon1-0/+283