summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/x86_64/ucall.c
AgeCommit message (Expand)Author
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson
2023-08-02KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth