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 <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Signed-off-by: Anup Patel <[email protected]>
1 parent dadf788 commit b88e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)