OSDN Git Service

RISC-V: KVM: Upgrade SBI spec version to v0.3
authorAnup Patel <apatel@ventanamicro.com>
Mon, 31 Jan 2022 04:41:43 +0000 (10:11 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 11 Mar 2022 13:32:26 +0000 (19:02 +0530)
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 <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/include/asm/kvm_vcpu_sbi.h

index 76e4e17..04cd81f 100644 (file)
@@ -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;