summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/kvm_page_table_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson2022-11-161-1/+0
* KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson2022-11-161-1/+0
* KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma2022-11-161-2/+2
* KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma2022-11-161-1/+1
* KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()Sean Christopherson2022-06-111-1/+1
* KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()Sean Christopherson2022-06-111-3/+2
* KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-4/+3
* KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_idSean Christopherson2022-06-111-41/+21
* KVM: selftests: Drop @vcpuids param from VM creatorsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Add VM creation helper that "returns" vCPUsSean Christopherson2022-06-111-2/+2
* KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth2022-04-211-1/+1
* KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero2021-11-301-1/+1
* KVM: selftests: Expose align() helpers to testsSean Christopherson2021-11-161-1/+1
* KVM: selftests: Refactor help message for -s backing_srcDavid Matlack2021-09-221-5/+2
* KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-1/+1
* selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan2021-06-081-1/+1
* KVM: selftests: Add a test for kvm page table codeYanan Wang2021-04-201-0/+506