On 20/3/22 18:11, Richard Henderson wrote:
Do not force exit within qemu_set_log. Pass an Error
value back up the stack as per usual.
"Pass an Error value back up the stack [and return a boolean
value] as per usual.", see:
https://lore.kernel.org/qemu-devel/87bky6ugmx@pond.sub.org/
Sign
Do not force exit within qemu_set_log. Pass an Error
value back up the stack as per usual.
Signed-off-by: Richard Henderson
---
include/qemu/log.h | 2 +-
bsd-user/main.c | 2 +-
linux-user/main.c| 2 +-
monitor/misc.c