Re: [PATCH v4 3/3] target/nios2: Use semihosting/syscalls.h

2022-06-09 Thread Peter Maydell
On Wed, 8 Jun 2022 at 03:41, Richard Henderson wrote: > > This separates guest file descriptors from host file descriptors, > and utilizes shared infrastructure for integration with gdbstub. > > Signed-off-by: Richard Henderson The commit message presents this as just a no-behaviour-change

[PATCH v4 3/3] target/nios2: Use semihosting/syscalls.h

2022-06-07 Thread Richard Henderson
This separates guest file descriptors from host file descriptors, and utilizes shared infrastructure for integration with gdbstub. Signed-off-by: Richard Henderson --- target/nios2/nios2-semi.c | 321 +- 1 file changed, 77 insertions(+), 244 deletions(-)