Re: [PATCH v2 2/8] RISC-V: KVM: Change the SBI specification version to v2.0

2023-10-19 Thread Andrew Jones
On Thu, Oct 12, 2023 at 10:45:03AM +0530, Anup Patel wrote: > We will be implementing SBI DBCN extension for KVM RISC-V so let > us change the KVM RISC-V SBI specification version to v2.0. > > Signed-off-by: Anup Patel > --- > arch/riscv/include/asm/kvm_vcpu_sbi.h | 2 +- > 1 file changed, 1 ins

[PATCH v2 2/8] RISC-V: KVM: Change the SBI specification version to v2.0

2023-10-11 Thread Anup Patel
We will be implementing SBI DBCN extension for KVM RISC-V so let us change the KVM RISC-V SBI specification version to v2.0. Signed-off-by: Anup Patel --- arch/riscv/include/asm/kvm_vcpu_sbi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/include/asm/kvm_vcpu_sbi