commit | e4a4aaa51b4c71914a6f30ca504ab78e8f695aee | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun May 01 17:21:00 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 28 04:36:50 2022 +0530 |
tree | b36e1de06b9d0165a59f06d284808ef546e725eb | |
parent | 008e147572863a7a54c54403e626aaed3e50574f [diff] |
semihosting: Create qemu_semihosting_guestfd_init For arm-compat, initialize console_{in,out}_gf; otherwise, initialize stdio file descriptors. This will go some way to cleaning up arm-compat, and will allow other semihosting to use normal stdio. Reviewed-by: Luc Michel <lmichel@kalray.eu> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>