RISC-V: KVM: Change the SBI specification version to v2.0
authorAnup Patel <apatel@ventanamicro.com>
Tue, 10 Oct 2023 09:53:51 +0000 (15:23 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 20 Oct 2023 11:20:30 +0000 (16:50 +0530)
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 <apatel@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/include/asm/kvm_vcpu_sbi.h

index cdcf0ff07be7b54d947d1a6afc53798066afd6a2..8d6d4dce8a5ee97ff12c52c50189e7a45d44a6ad 100644 (file)
@@ -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 {