[Qemu-devel] [PATCH 2/2] linux-user: time stamping options for setsockopt()

2019-08-22 Thread Shu-Chun Weng via Qemu-devel
This change supports SO_TIMESTAMPNS and SO_TIMESTAMPING for setsocketopt() with SOL_SOCKET. The TARGET_SO_TIMESTAMP{NS,ING} constants are already defined for alpha, hppa, and sparc. In include/uapi/asm-generic/socket.h: In arch/mips/include/uapi/asm/socket.h: Signed-off-by: Shu-Chun Weng --- l

Re: [Qemu-devel] [PATCH 2/2] linux-user: time stamping options for setsockopt()

2019-09-07 Thread Laurent Vivier
Le 23/08/2019 à 01:14, Shu-Chun Weng via Qemu-devel a écrit : > This change supports SO_TIMESTAMPNS and SO_TIMESTAMPING for > setsocketopt() with SOL_SOCKET. > > The TARGET_SO_TIMESTAMP{NS,ING} constants are already defined for > alpha, hppa, and sparc. In include/uapi/asm-generic/socket.h: > > I