summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/x86_64/ucall.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson1-4/+0
2023-08-03KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson1-2/+30
2022-11-17KVM: selftests: Add ucall pool based implementationPeter Gonda1-1/+1
2022-11-17KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson1-4/+0
2022-11-17KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson1-1/+1
2022-11-17KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson1-13/+3
2022-11-17KVM: selftests: Consolidate common code for populating ucall structSean Christopherson1-18/+5
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-5/+5
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui1-1/+1
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis1-0/+3
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov1-1/+1
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth1-0/+56