Re: [PATCH] linux-user: Tidy print_socket_protocol

2025-08-28 Thread Philippe Mathieu-Daudé
On 27/8/25 23:38, Richard Henderson wrote: Sink all of the qemu_log calls to the end, collecting only a string for the name, if identified. Merge separate if blocks into one switch. Signed-off-by: Richard Henderson --- linux-user/strace.c | 102 ++--

Re: [PATCH] linux-user: Tidy print_socket_protocol

2025-08-28 Thread Daniel P . Berrangé
On Thu, Aug 28, 2025 at 07:38:20AM +1000, Richard Henderson wrote: > Sink all of the qemu_log calls to the end, collecting only > a string for the name, if identified. Merge separate if > blocks into one switch. > > Signed-off-by: Richard Henderson > --- > linux-user/strace.c | 102