]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96587ae15a0c9fd9b489bc61fba8a04cfeac7ace
treecf3143cf03257cfcb7c972a48dfe7e1aa00d10a3
parentc5fc2fee201918c7869b83602eda3470a71d52ff
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