summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/kvm_page_table_test.c
AgeCommit message (Expand)Author
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones
2023-11-14KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson
2023-08-02KVM: selftests: use unified time type for comparisonBibo Mao
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2022-06-11KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()Sean Christopherson
2022-06-11KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()Sean Christopherson
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_idSean Christopherson
2022-06-11KVM: selftests: Drop @vcpuids param from VM creatorsSean Christopherson
2022-06-11KVM: selftests: Add VM creation helper that "returns" vCPUsSean Christopherson
2022-04-21KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth
2021-11-30KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan
2021-04-20KVM: selftests: Add a test for kvm page table codeYanan Wang