aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/s390
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson1-6/+6
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson1-1/+1
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-13/+10
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-1/+1
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-4/+4
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack3-18/+18
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack1-2/+2
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-1/+1
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson1-8/+8
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton1-0/+5
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson4-0/+339