projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dadf788
)
RISC-V: KVM: Change the SBI specification version to v2.0
author
Anup Patel
<apatel@ventanamicro.com>
Tue, 10 Oct 2023 09:53:51 +0000
(15:23 +0530)
committer
Anup Patel
<anup@brainfault.org>
Fri, 20 Oct 2023 11:20:30 +0000
(16:50 +0530)
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>
arch/riscv/include/asm/kvm_vcpu_sbi.h
patch
|
blob
|
history
diff --git
a/arch/riscv/include/asm/kvm_vcpu_sbi.h
b/arch/riscv/include/asm/kvm_vcpu_sbi.h
index cdcf0ff07be7b54d947d1a6afc53798066afd6a2..8d6d4dce8a5ee97ff12c52c50189e7a45d44a6ad 100644
(file)
--- 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 {