commit | ef073ebd329aecc5f31a3a9d6e355e367f5bfb99 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Mon Nov 20 15:08:26 2023 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Thu Nov 23 14:10:06 2023 +0000 |
tree | 7d35f0a62e13b185fd4385a4817836bb2e1b0ed7 | |
parent | 1be75e24e88020c8a2329c2dbf0f3460300eb2df [diff] |
docs/emulation: expand warning about semihosting A surprising feature of calls like SYS_READC is this can cause QEMU to indefinitely block as there is no handling for EOF. Clarifies: https://gitlab.com/qemu-project/qemu/-/issues/1963 Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231120150833.2552739-8-alex.bennee@linaro.org>