summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/riscv/ucall.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-06KVM: selftests: Fix RISC-V compilationAndrew Jones1-0/+1
2023-12-30RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones1-26/+0
2023-08-03KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson1-11/+0
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-16/+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-6/+7
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson1-1/+0
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-05-20KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel1-10/+21
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel1-0/+87