Re: [PATCH v2 07/14] docs/emulation: expand warning about semihosting

2023-11-20 Thread Richard Henderson
On 11/20/23 07:08, Alex Bennée wrote: 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 Signed-off-by: Alex Bennée --- docs/about/emulation.rst | 5 +++-- 1

[PATCH v2 07/14] docs/emulation: expand warning about semihosting

2023-11-20 Thread Alex Bennée
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 Signed-off-by: Alex Bennée --- docs/about/emulation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions