Skip to content

Commit 166ee60

Browse files
committed
RISC-V: KVM: Upgrade the supported SBI version to 3.0
Upgrade the SBI version to v3.0 so that corresponding features can be enabled in the guest. Signed-off-by: Atish Patra <[email protected]>
1 parent 465dd5e commit 166ee60

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 2
14+
#define KVM_SBI_VERSION_MAJOR 3
1515
#define KVM_SBI_VERSION_MINOR 0
1616

1717
enum kvm_riscv_sbi_ext_status {

0 commit comments

Comments
 (0)