On Tue, Jun 24, 2025 at 12:23:17PM -0700, Jesse Taube wrote: > When exiting it may be useful for the sbi implementation to know if > kvm-unit-tests passed or failed. > Add exit code to sbi_shutdown, and use it in exit() to pass > success/failure (0/1) to sbi. > > Signed-off-by: Jesse Taube <je...@rivosinc.com> > --- > lib/riscv/asm/sbi.h | 2 +- > lib/riscv/io.c | 2 +- > lib/riscv/sbi.c | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) >
Merged. But I think a follow-on patch that makes it configurable is still a good idea. Thanks, drew