Re: [PATCH 1/3] linux-user: Display sockaddr buffer as pointer

2024-08-07 Thread Richard Henderson
On 8/7/24 18:35, Philippe Mathieu-Daudé wrote: Rather than 'raw param', display as pointer to get "NULL" instead of "0x". Remove spurious space. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/strace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richa

[PATCH 1/3] linux-user: Display sockaddr buffer as pointer

2024-08-07 Thread Philippe Mathieu-Daudé
Rather than 'raw param', display as pointer to get "NULL" instead of "0x". Remove spurious space. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/strace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index b4d10981