aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/guest_print_test.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-3/+3
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-7/+7
2024-08-29KVM: selftests: Open code vcpu_run() equivalent in guest_printf testSean Christopherson1-2/+17
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson1-0/+1
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones1-4/+4
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-02KVM: selftests: Add a selftest for guest prints and formatted assertsAaron Lewis1-0/+221