mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
RISC-V: KVM: Change the SBI specification version to v1.0
The SBI v1.0 specificaiton is functionally same as SBI v0.3 specification except that SBI v1.0 specification went through the full RISC-V International ratification process. Let us change the SBI specification version to v1.0. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com> Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
parent
26b73f1493
commit
d837f19195
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
#define KVM_SBI_IMPID 3
|
#define KVM_SBI_IMPID 3
|
||||||
|
|
||||||
#define KVM_SBI_VERSION_MAJOR 0
|
#define KVM_SBI_VERSION_MAJOR 1
|
||||||
#define KVM_SBI_VERSION_MINOR 3
|
#define KVM_SBI_VERSION_MINOR 0
|
||||||
|
|
||||||
struct kvm_vcpu_sbi_extension {
|
struct kvm_vcpu_sbi_extension {
|
||||||
unsigned long extid_start;
|
unsigned long extid_start;
|
||||||
|
Loading…
Reference in New Issue
Block a user