Re: [PATCH v3 1/5] linux-user: Correct print_sockaddr() format

2024-10-05 Thread Richard Henderson
On 10/2/24 00:54, Ilya Leoshkevich wrote: On Wed, 2024-08-07 at 14:43 +0200, Philippe Mathieu-Daudé wrote: When the %addr argument can not be accessed, a double comma is logged (the final qemu_log call prepend a comma). Call print_raw_param with last=1 to avoid the extra comma. Remove spurious s

Re: [PATCH v3 1/5] linux-user: Correct print_sockaddr() format

2024-10-02 Thread Ilya Leoshkevich
On Wed, 2024-08-07 at 14:43 +0200, Philippe Mathieu-Daudé wrote: > When the %addr argument can not be accessed, a double comma > is logged (the final qemu_log call prepend a comma). Call > print_raw_param with last=1 to avoid the extra comma. > Remove spurious space. > > Signed-off-by: Philippe Ma

[PATCH v3 1/5] linux-user: Correct print_sockaddr() format

2024-08-07 Thread Philippe Mathieu-Daudé
When the %addr argument can not be accessed, a double comma is logged (the final qemu_log call prepend a comma). Call print_raw_param with last=1 to avoid the extra comma. Remove spurious space. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/strace.c | 4 ++-- 1 file changed, 2 insertions(