commit | fb08790b35174a98301ecbac4d5234d0cbfebea0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun May 01 16:59:06 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 28 04:35:52 2022 +0530 |
tree | 7c817d8d4bd0cef02987c9d21c9e7f2a5b6cc914 | |
parent | e7fb6f320548c1b0c25d291466a0249ee80d91b6 [diff] |
semihosting: Cleanup chardev init Rename qemu_semihosting_connect_chardevs to qemu_semihosting_chardev_init; pass the result directly to qemu_semihosting_console_init. Store the chardev in SemihostingConsole instead of SemihostingConfig, which lets us drop semihosting_get_chardev. Reviewed-by: Luc Michel <lmichel@kalray.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>