RISC-V: KVM: Mark the existing SBI implementation as v0.1
authorAtish Patra <atish.patra@wdc.com>
Thu, 18 Nov 2021 08:39:08 +0000 (00:39 -0800)
committerAnup Patel <anup@brainfault.org>
Thu, 6 Jan 2022 09:08:52 +0000 (14:38 +0530)
commitcf70be9d214c3ba8dd228cb373f7dc0edfa8da6b
treecf3143cf03257cfcb7c972a48dfe7e1aa00d10a3
parentcc4f602bc4365d9a8665803a49dddc70eb56f7f1
RISC-V: KVM: Mark the existing SBI implementation as v0.1

The existing SBI specification impelementation follows v0.1
specification. The latest specification allows more scalability
and performance improvements.

Rename the existing implementation as v0.1 and provide a way
to allow future extensions.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
arch/riscv/include/asm/kvm_vcpu_sbi.h [new file with mode: 0644]
arch/riscv/kvm/vcpu_sbi.c