summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/aarch64/hypercalls.c
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-308/+0
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson-3/+3
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini-2/+2
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson-2/+2
2024-01-29KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones-8/+8
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson-2/+0
2023-08-02KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERTSean Christopherson-10/+10
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve-2/+0
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson-1/+0
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis-3/+4
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-9/+9
2022-06-11KVM: selftests: Convert hypercalls test away from vm_create_default()Sean Christopherson-27/+24
2022-06-11KVM: selftests: Sync stage before VM is freed in hypercalls testSean Christopherson-14/+13
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson-26/+6
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson-1/+1
2022-05-03selftests: KVM: aarch64: Introduce hypercall ABI testRaghavendra Rao Ananta-0/+336