From: Anup Patel Date: Tue, 10 Oct 2023 09:53:51 +0000 (+0530) Subject: RISC-V: KVM: Change the SBI specification version to v2.0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b88e87a0a1ec0aa10861d84f8321743902583443;p=users%2Fjedix%2Flinux-maple.git RISC-V: KVM: Change the SBI specification version to v2.0 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 Reviewed-by: Andrew Jones 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 cdcf0ff07be7b..8d6d4dce8a5ee 100644 --- a/arch/riscv/include/asm/kvm_vcpu_sbi.h +++ b/arch/riscv/include/asm/kvm_vcpu_sbi.h @@ -11,7 +11,7 @@ #define KVM_SBI_IMPID 3 -#define KVM_SBI_VERSION_MAJOR 1 +#define KVM_SBI_VERSION_MAJOR 2 #define KVM_SBI_VERSION_MINOR 0 enum kvm_riscv_sbi_ext_status {