Hi Laurent, This is the two timestamp-related patches splitted off per https://lists.nongnu.org/archive/html/qemu-devel/2020-12/msg05149.html
v1 -> v2: Address comments on the first 5 (was 3) patches. Fix style problems. v2 -> v3: Split off into own group per https://lists.nongnu.org/archive/html/qemu-devel/2020-12/msg05149.html Rebase to master on Dec 18, 2020 Shu-Chun Weng (2): linux-user: Update SO_TIMESTAMP to SO_TIMESTAMP_OLD/NEW linux-user: setsockopt() SO_TIMESTAMPNS and SO_TIMESTAMPING linux-user/alpha/sockbits.h | 21 +- linux-user/generic/sockbits.h | 17 +- linux-user/hppa/sockbits.h | 20 +- linux-user/mips/sockbits.h | 16 +- linux-user/sparc/sockbits.h | 21 +- linux-user/strace.c | 19 +- linux-user/syscall.c | 230 ++++++++++- tests/tcg/multiarch/socket_timestamp.c | 540 +++++++++++++++++++++++++ 8 files changed, 844 insertions(+), 40 deletions(-) create mode 100644 tests/tcg/multiarch/socket_timestamp.c -- 2.29.2.684.gfbc64c5ab5-goog