summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/ucall_common.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-4/+4
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-2/+2
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-8/+8
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-4/+4
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson1-1/+4
2024-02-28KVM: selftests: Explicitly ucall pool from shared memoryPeter Gonda1-1/+2
2023-08-02KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson1-0/+22
2023-08-02KVM: selftests: Add string formatting options to ucallAaron Lewis1-0/+17
2023-08-02KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis1-0/+5
2022-12-27KVM: selftests: Use magic value to signal ucall_alloc() failureSean Christopherson1-2/+14
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini1-1/+1
2022-12-09KVM: selftests: Allocate ucall pool from MEM_REGION_DATAOliver Upton1-1/+1
2022-12-02tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson1-1/+1
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda1-4/+68
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson1-0/+19
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson1-0/+20