Re: [PATCH v4 46/53] semihosting: Add GuestFDConsole

2022-06-27 Thread Alex Bennée
Richard Henderson writes: > Add a GuestFDType for connecting to the semihosting console. > Hook up to read, write, isatty, and fstat syscalls. > > Note that the arm-specific syscall flen cannot be applied > to the console, because the console is not a descriptor > exposed to the guest. > > Sign

Re: [PATCH v4 46/53] semihosting: Add GuestFDConsole

2022-06-27 Thread Luc Michel
On 13:45 Tue 07 Jun , Richard Henderson wrote: > Add a GuestFDType for connecting to the semihosting console. > Hook up to read, write, isatty, and fstat syscalls. > > Note that the arm-specific syscall flen cannot be applied > to the console, because the console is not a descriptor > exposed

[PATCH v4 46/53] semihosting: Add GuestFDConsole

2022-06-07 Thread Richard Henderson
Add a GuestFDType for connecting to the semihosting console. Hook up to read, write, isatty, and fstat syscalls. Note that the arm-specific syscall flen cannot be applied to the console, because the console is not a descriptor exposed to the guest. Signed-off-by: Richard Henderson --- include/s