diff options
author | Anup Patel <apatel@ventanamicro.com> | 2023-10-10 15:23:51 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2023-10-20 16:50:30 +0530 |
commit | b88e87a0a1ec0aa10861d84f8321743902583443 (patch) | |
tree | 6f92dd634426a36adc0c1f8f21b0b62c061be7bd | |
parent | dadf7886993c69c6838107573e250a3b3fda25e3 (diff) | |
download | linux-stable-b88e87a0a1ec0aa10861d84f8321743902583443.tar.gz linux-stable-b88e87a0a1ec0aa10861d84f8321743902583443.tar.bz2 linux-stable-b88e87a0a1ec0aa10861d84f8321743902583443.zip |
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>
-rw-r--r-- | arch/riscv/include/asm/kvm_vcpu_sbi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/kvm_vcpu_sbi.h b/arch/riscv/include/asm/kvm_vcpu_sbi.h index cdcf0ff07be7..8d6d4dce8a5e 100644 --- a/arch/riscv/include/asm/kvm_vcpu_sbi.h +++ b/arch/riscv/include/asm/kvm_vcpu_sbi.h @@ -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 { |