Skip to content

Commit b88e87a

Browse files
committed
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 <apatel@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Signed-off-by: Anup Patel <anup@brainfault.org>
1 parent dadf788 commit b88e87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/include/asm/kvm_vcpu_sbi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define KVM_SBI_IMPID 3
1313

14-
#define KVM_SBI_VERSION_MAJOR 1
14+
#define KVM_SBI_VERSION_MAJOR 2
1515
#define KVM_SBI_VERSION_MINOR 0
1616

1717
enum kvm_riscv_sbi_ext_status {

0 commit comments

Comments
 (0)