commit | b901484852992cf3d162a5eab72251cc813ca624 | [log] [tgz] |
---|---|---|
author | Andrew Jones <[email protected]> | Mon Feb 17 09:45:11 2025 +0100 |
committer | Anup Patel <[email protected]> | Mon Feb 17 16:28:28 2025 +0530 |
tree | 012833825cc1507eb187ef19489409dde4d76525 | |
parent | 0611f78f83c93c000029ab01daa28166d03590ed [diff] |
riscv: KVM: Fix SBI TIME error generation When an invalid function ID of an SBI extension is used we should return not-supported, not invalid-param. Fixes: 5f862df5585c ("RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2") Signed-off-by: Andrew Jones <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>