Re: [PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek

2022-06-10 Thread Philippe Mathieu-Daudé via
On 8/6/22 04:38, Richard Henderson wrote: Reorg nios2_semi_return_* to gdb_syscall_complete_cb. Use the 32-bit version normally, and the 64-bit version for HOSTED_LSEEK. Signed-off-by: Richard Henderson --- target/nios2/nios2-semi.c | 59 +++ 1 file change

Re: [PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek

2022-06-09 Thread Peter Maydell
On Wed, 8 Jun 2022 at 03:40, Richard Henderson wrote: > > Reorg nios2_semi_return_* to gdb_syscall_complete_cb. > Use the 32-bit version normally, and the 64-bit version > for HOSTED_LSEEK. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek

2022-06-07 Thread Richard Henderson
Reorg nios2_semi_return_* to gdb_syscall_complete_cb. Use the 32-bit version normally, and the 64-bit version for HOSTED_LSEEK. Signed-off-by: Richard Henderson --- target/nios2/nios2-semi.c | 59 +++ 1 file changed, 23 insertions(+), 36 deletions(-) diff --g