Re: [PATCH v4 05/11] target/mips: Drop pread and pwrite syscalls from semihosting

2022-06-10 Thread Philippe Mathieu-Daudé via
On 8/6/22 07:19, Richard Henderson wrote: We don't implement it with _WIN32 hosts, and the syscalls are missing from the gdb remote file i/o interface. Since we can't implement them universally, drop them. Signed-off-by: Richard Henderson --- target/mips/tcg/sysemu/mips-semi.c | 39 ++

[PATCH v4 05/11] target/mips: Drop pread and pwrite syscalls from semihosting

2022-06-07 Thread Richard Henderson
We don't implement it with _WIN32 hosts, and the syscalls are missing from the gdb remote file i/o interface. Since we can't implement them universally, drop them. Signed-off-by: Richard Henderson --- target/mips/tcg/sysemu/mips-semi.c | 39 ++ 1 file changed, 7 inser