summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/demand_paging_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack2021-11-161-22/+3
* KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson2021-11-161-5/+0
* KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson2021-11-161-4/+1
* KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson2021-11-161-16/+5
* KVM: selftests: Refactor help message for -s backing_srcDavid Matlack2021-09-221-3/+2
* KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack2021-09-221-5/+5
* selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton2021-09-221-1/+1
* KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack2021-08-061-1/+0
* KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack2021-08-061-1/+1
* KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2021-05-271-2/+4
* KVM: selftests: allow using UFFD minor faults for demand pagingAxel Rasmussen2021-05-271-33/+79
* KVM: selftests: allow different backing source typesAxel Rasmussen2021-05-271-4/+11
* KVM: selftests: compute correct demand paging sizeAxel Rasmussen2021-05-271-4/+7
* KVM: selftests: simplify setup_demand_paging error handlingAxel Rasmussen2021-05-271-32/+18
* KVM: selftests: trivial comment/logging fixesAxel Rasmussen2021-05-271-1/+1
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-041-1/+2
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-041-7/+25
* KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon2021-02-041-4/+4
* KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-071-5/+6
* KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-071-1/+1
* KVM: selftests: Factor out guest mode codeAndrew Jones2021-01-071-81/+26
* KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-081-20/+17
* KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-081-12/+8
* KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-081-0/+2
* KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-081-13/+13
* KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-081-181/+23
* KVM: selftests: Rework timespec functions and usageAndrew Jones2020-03-181-21/+16
* KVM: selftests: virt_map should take npages, not sizeAndrew Jones2020-03-161-2/+1
* KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-161-2/+2
* KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones2020-03-161-1/+1
* KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones2020-03-161-4/+0
* KVM: selftests: Rework debug message printingAndrew Jones2020-03-161-27/+27
* KVM: selftests: Time guest demand pagingBen Gardon2020-03-161-1/+49
* KVM: selftests: Support multiple vCPUs in demand paging testBen Gardon2020-03-161-82/+171
* KVM: selftests: Pass args to vCPU in global vCPU args structBen Gardon2020-03-161-11/+27
* KVM: selftests: Add memory size parameter to the demand paging testBen Gardon2020-03-161-21/+36
* KVM: selftests: Add configurable demand paging delayBen Gardon2020-03-161-7/+25
* KVM: selftests: Add demand paging content to the demand paging testBen Gardon2020-03-161-4/+206
* KVM: selftests: Create a demand paging testBen Gardon2020-02-241-0/+283