]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: do not print IP socket options by default
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 27 Aug 2025 09:54:12 +0000 (11:54 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Aug 2025 21:33:34 +0000 (07:33 +1000)
commita5fbf1c617c5b51082d317601e0d4cf5eea5c140
tree24f3abc3b92d1462484f32a62d8d43ec7ec9b011
parentf91563d011a0439cd6709e169cdfac268779d562
linux-user: do not print IP socket options by default

IP protocols should not be printed unless the socket is an IPv4 or
IPv6 one. Current arrangement erroneously prints IPPROTO_IP for Unix
domain sockets.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250827095412.2348821-1-l.stelmach@samsung.com>
linux-user/strace.c