Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-16 | KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation | Vipin Sharma | 1 | -6/+3 |
2022-11-16 | KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.c | Vipin Sharma | 1 | -8/+8 |
2022-11-16 | KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi() | Vipin Sharma | 1 | -3/+3 |
2022-06-11 | KVM: selftests: Open code and drop 'struct kvm_vm' accessors | Sean Christopherson | 1 | -6/+5 |
2022-06-11 | KVM: selftests: Purge vm+vcpu_id == vcpu silliness | Sean Christopherson | 1 | -10/+10 |
2022-06-11 | KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_test | Sean Christopherson | 1 | -10/+16 |
2022-06-09 | KVM: selftests: Replace x86_page_size with PG_LEVEL_XX | David Matlack | 1 | -1/+1 |
2022-03-08 | KVM: selftests: Add test to populate a VM with the max possible guest mem | Sean Christopherson | 1 | -0/+292 |