On Fri, Oct 17, 2025 at 09:29:23PM +0530, Anup Patel wrote: > Add a separate source vcpu_sbi_forward.c for SBI extensions > which are entirely forwarded to KVM user-space. > > Signed-off-by: Anup Patel <[email protected]> > --- > arch/riscv/kvm/Makefile | 1 + > arch/riscv/kvm/vcpu_sbi_base.c | 12 ------------ > arch/riscv/kvm/vcpu_sbi_forward.c | 27 +++++++++++++++++++++++++++ > arch/riscv/kvm/vcpu_sbi_replace.c | 7 ------- > 4 files changed, 28 insertions(+), 19 deletions(-) > create mode 100644 arch/riscv/kvm/vcpu_sbi_forward.c >
Reviewed-by: Andrew Jones <[email protected]>

