]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: KVM: Forward SBI experimental and vendor extensions
authorAnup Patel <anup.patel@wdc.com>
Fri, 26 Nov 2021 05:18:41 +0000 (10:48 +0530)
committerAnup Patel <anup@brainfault.org>
Thu, 6 Jan 2022 09:44:33 +0000 (15:14 +0530)
commit0dd43458e55e2b2e5c1553212f578fced548e74b
treed34e6610bebe7b4869604cf06f81012dec427cfc
parent5e95015c08bae072d6c61ecdb6333e51deae0663
RISC-V: KVM: Forward SBI experimental and vendor extensions

The SBI experimental extension space is for temporary (or experimental)
stuff whereas SBI vendor extension space is for hardware vendor specific
stuff. Both these SBI extension spaces won't be standardized by the SBI
specification so let's blindly forward such SBI calls to the userspace.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-and-tested-by: Atish Patra <atishp@rivosinc.com>
arch/riscv/kvm/vcpu_sbi.c
arch/riscv/kvm/vcpu_sbi_base.c