summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/riscv/ucall.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Fix RISC-V compilationAndrew Jones2024-06-061-0/+1
* RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones2023-12-301-26/+0
* KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson2023-08-021-11/+0
* KVM: selftests: Add ucall pool based implementationPeter Gonda2022-11-161-1/+1
* KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson2022-11-161-4/+0
* KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson2022-11-161-1/+1
* KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson2022-11-161-16/+3
* KVM: selftests: Consolidate common code for populating ucall structSean Christopherson2022-11-161-18/+5
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-6/+7
* KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson2022-06-111-1/+0
* selftests: kvm: replace ternary operator with min()Guo Zhengkui2022-06-081-1/+1
* KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel2022-05-201-10/+21
* KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel2022-01-061-0/+87