OSDN Git Service

RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2
authorAtish Patra <atish.patra@wdc.com>
Thu, 18 Nov 2021 08:39:11 +0000 (00:39 -0800)
committerAnup Patel <anup@brainfault.org>
Thu, 6 Jan 2022 09:42:15 +0000 (15:12 +0530)
commit5f862df5585cf9d74b97ecaf3078243591f1009f
treed2cf0c49db3f6d23100443d4f1f8bc9390aca4b0
parentc62a76859723fb732bfeda847f22192e24e121a7
RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2

The SBI v0.2 contains some of the improved versions of required v0.1
extensions such as remote fence, timer and IPI.

This patch implements those 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/kvm/Makefile
arch/riscv/kvm/vcpu_sbi.c
arch/riscv/kvm/vcpu_sbi_replace.c [new file with mode: 0644]