aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/guest_sprintf.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-3/+3
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-5/+5
2023-10-04KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson1-0/+7
2023-08-02KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis1-0/+307