From: Anup Patel Date: Mon, 31 Jan 2022 04:41:43 +0000 (+0530) Subject: RISC-V: KVM: Upgrade SBI spec version to v0.3 X-Git-Tag: v6.1-rc5~1620^2~51^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a03faf01a5e32012172a41f5f9d5f02d1cc93ccf;p=platform%2Fkernel%2Flinux-starfive.git RISC-V: KVM: Upgrade SBI spec version to v0.3 We upgrade SBI spec version implemented by KVM RISC-V to v0.3 so that Guest kernel can probe and use SBI extensions added by the SBI v0.3 specification. Signed-off-by: Anup Patel Reviewed-by: Atish Patra Signed-off-by: Anup Patel --- diff --git a/arch/riscv/include/asm/kvm_vcpu_sbi.h b/arch/riscv/include/asm/kvm_vcpu_sbi.h index 76e4e17..04cd81f 100644 --- a/arch/riscv/include/asm/kvm_vcpu_sbi.h +++ b/arch/riscv/include/asm/kvm_vcpu_sbi.h @@ -12,7 +12,7 @@ #define KVM_SBI_IMPID 3 #define KVM_SBI_VERSION_MAJOR 0 -#define KVM_SBI_VERSION_MINOR 2 +#define KVM_SBI_VERSION_MINOR 3 struct kvm_vcpu_sbi_extension { unsigned long extid_start;