summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/ucall_common.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-01KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()Sean Christopherson1-3/+4
2023-11-14KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more dataSean Christopherson1-0/+11
2023-10-04KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu1-2/+0
2023-08-03KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson1-4/+0
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-71/+0
2023-08-03KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson1-0/+1
2023-08-03KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson1-0/+48
2023-08-03KVM: selftests: Add string formatting options to ucallAaron Lewis1-0/+7
2023-08-03KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis1-0/+1
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson1-0/+8
2022-11-17KVM: selftests: Add ucall pool based implementationPeter Gonda1-5/+4
2022-11-17KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson1-6/+0
2022-11-17KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson1-3/+3
2022-11-17KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson1-6/+2
2022-11-17KVM: selftests: Consolidate common code for populating ucall structSean Christopherson1-3/+20
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-5/+6
2022-07-14KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERTColton Lewis1-0/+42
2022-07-14KVM: selftests: Increase UCALL_MAX_ARGS to 7Colton Lewis1-1/+1
2022-07-14KVM: selftests: enumerate GUEST_ASSERT argumentsColton Lewis1-0/+8
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-1/+1
2022-01-07kvm: selftests: move ucall declarations into ucall_common.hMichael Roth1-0/+59