summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/max_guest_memory_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Rename the ASSERT_EQ macroThomas Huth2023-08-021-1/+1
* KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma2022-11-161-6/+3
* KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.cVipin Sharma2022-11-161-8/+8
* KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma2022-11-161-3/+3
* KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson2022-06-111-6/+5
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-10/+10
* KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_testSean Christopherson2022-06-111-10/+16
* KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack2022-06-091-1/+1
* KVM: selftests: Add test to populate a VM with the max possible guest memSean Christopherson2022-03-081-0/+292