aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/perf_test_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09KVM: selftests: Restrict test region to 48-bit physical addresses when using nestedDavid Matlack1-3/+15
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack1-5/+30
2021-11-16KVM: selftests: Wait for all vCPU to be created before entering guest modeDavid Matlack1-0/+26
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack1-0/+46
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson1-0/+12
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson1-34/+37
2021-11-16KVM: selftests: Create VM with adjusted number of guest pages for perf testsSean Christopherson1-2/+6
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson1-2/+1
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson1-13/+8
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson1-5/+4
2021-11-16KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson1-16/+19
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson1-1/+6
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson1-2/+2
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack1-0/+2
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack1-5/+15
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-1/+1
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan1-1/+1
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack1-1/+3
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon1-3/+3
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon1-7/+18
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones1-0/+134