Re: [PATCH] linux-user: Improve strace output of pread64() and pwrite64()

2023-01-27 Thread Helge Deller
On 1/26/23 16:12, Laurent Vivier wrote: Le 15/01/2023 à 10:04, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller ---   linux-user/strace.list | 4 ++--   1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/strace.list b/li

Re: [PATCH] linux-user: Improve strace output of pread64() and pwrite64()

2023-01-26 Thread Laurent Vivier
Le 15/01/2023 à 10:04, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- linux-user/strace.list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/strace.list b/linux-user/strace.list index 909298099e..41

[PATCH] linux-user: Improve strace output of pread64() and pwrite64()

2023-01-15 Thread Helge Deller
Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- linux-user/strace.list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/strace.list b/linux-user/strace.list index 909298099e..41bb6bbfbc 100644 --- a/linux-user/strace.list +++ b