Le 21/06/2022 à 14:59, Luc Michel a écrit :
Add the two function qemu_set_exit_status() and qemu_get_exit_status(). Use qemu_get_exit_status() in main instead of 0 as the return value.This is in preparation for the semihosting exit request implementation. Signed-off-by: Luc Michel <lmic...@kalray.eu> --- include/sysemu/sysemu.h | 2 ++ softmmu/main.c | 2 +- softmmu/runstate.c | 13 ++++++++++++- 3 files changed, 15 insertions(+), 2 deletions(-)
Reviewed-by: Laurent Vivier <laur...@vivier.eu>