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

2023-01-31 Thread Helge Deller
On 1/31/23 12:04, Laurent Vivier wrote: Le 30/01/2023 à 23:11, Helge Deller a écrit : On 1/30/23 10:26, Laurent Vivier wrote: Le 27/01/2023 à 21:58, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- v2: Use regpairs_aligned() and target

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

2023-01-31 Thread Laurent Vivier
Le 31/01/2023 à 14:08, Helge Deller a écrit : On 1/31/23 12:04, Laurent Vivier wrote: Le 30/01/2023 à 23:11, Helge Deller a écrit : On 1/30/23 10:26, Laurent Vivier wrote: Le 27/01/2023 à 21:58, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge De

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

2023-01-31 Thread Laurent Vivier
Le 30/01/2023 à 23:11, Helge Deller a écrit : On 1/30/23 10:26, Laurent Vivier wrote: Le 27/01/2023 à 21:58, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- v2: Use regpairs_aligned() and target_offset64(), noticed by Laurent Vivier d

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

2023-01-30 Thread Helge Deller
On 1/30/23 10:26, Laurent Vivier wrote: Le 27/01/2023 à 21:58, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- v2: Use regpairs_aligned() and target_offset64(), noticed by Laurent Vivier diff --git a/linux-user/strace.c b/linux-user/st

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

2023-01-30 Thread Laurent Vivier
Le 27/01/2023 à 21:58, Helge Deller a écrit : Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- v2: Use regpairs_aligned() and target_offset64(), noticed by Laurent Vivier diff --git a/linux-user/strace.c b/linux-user/strace.c index 82dc1a1e20..379536f5c9 10064

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

2023-01-27 Thread Richard Henderson
On 1/27/23 10:58, Helge Deller wrote: Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- v2: Use regpairs_aligned() and target_offset64(), noticed by Laurent Vivier Reviewed-by: Richard Henderson r~

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

2023-01-27 Thread Helge Deller
Make the strace look nicer for those two syscalls. Signed-off-by: Helge Deller --- v2: Use regpairs_aligned() and target_offset64(), noticed by Laurent Vivier diff --git a/linux-user/strace.c b/linux-user/strace.c index 82dc1a1e20..379536f5c9 100644 --- a/linux-user/strace.c +++ b/linux-user/str