| commit | 403271548a840dd4f884088d6333e09f899be5ff | [log] [tgz] |
|---|---|---|
| author | Anup Patel <apatel@ventanamicro.com> | Mon Jan 31 22:12:32 2022 +0530 |
| committer | Anup Patel <anup@brainfault.org> | Wed Feb 02 18:58:06 2022 +0530 |
| tree | 710d21fa7e57a55c57b68ba0dfb91f71b97960dc | |
| parent | de1d7b6a51dab546160d252e47baa54adf104d4a [diff] |
RISC-V: KVM: Fix SBI implementation version
The SBI implementation version returned by KVM RISC-V should be the
Host Linux version code.
Fixes: c62a76859723 ("RISC-V: KVM: Add SBI v0.2 base extension")
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Anup Patel <anup@brainfault.org>