summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/kvm_page_table_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-11KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()Sean Christopherson1-1/+1
2022-06-11KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()Sean Christopherson1-3/+2
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-4/+3
2022-06-11KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_idSean Christopherson1-41/+21
2022-06-11KVM: selftests: Drop @vcpuids param from VM creatorsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Add VM creation helper that "returns" vCPUsSean Christopherson1-2/+2
2022-04-21KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth1-1/+1
2021-11-30KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero1-1/+1
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson1-1/+1
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack1-5/+2
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-04-20KVM: selftests: Add a test for kvm page table codeYanan Wang1-0/+506