]> www.infradead.org Git - users/willy/xarray.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)
commitef8949a986f0e325b1d535389101541849d611d3
treed34e6610bebe7b4869604cf06f81012dec427cfc
parent637ad6551b2801cdf9c76046cffc1abe1f5c2243
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