[Qemu-devel] [PATCH v3] linux-user: Pass through nanosecond timestamp components for stat syscalls

2019-05-22 Thread Chen-Yu Tsai
From: Chen-Yu Tsai Since Linux 2.6 the stat syscalls have mostly supported nanosecond components for each of the file-related timestamps. QEMU user mode emulation currently does not pass through the nanosecond portion of the timestamp, even when the host system fills in the value. This results

[Qemu-devel] [PATCH v2] linux-user: Pass through nanosecond timestamp components for stat syscalls

2019-05-22 Thread Chen-Yu Tsai
From: Chen-Yu Tsai Since Linux 2.6 the stat syscalls have mostly supported nanosecond components for each of the file-related timestamps. QEMU user mode emulation currently does not pass through the nanosecond portion of the timestamp, even when the host system fills in the value. This results

Re: [Qemu-devel] [PATCH] linux-user: Pass through nanosecond timestamp components for stat syscalls

2019-05-22 Thread Chen-Yu Tsai
On Wed, May 22, 2019 at 5:08 PM Laurent Vivier wrote: > > On 14/05/2019 16:53, Chen-Yu Tsai wrote: > > From: Chen-Yu Tsai > > > > Since Linux 2.6 the stat syscalls have mostly supported nanosecond > > components for each of the file-related timestamps. > > &g

[Qemu-devel] [PATCH] linux-user: Pass through nanosecond timestamp components for stat syscalls

2019-05-14 Thread Chen-Yu Tsai
From: Chen-Yu Tsai Since Linux 2.6 the stat syscalls have mostly supported nanosecond components for each of the file-related timestamps. QEMU user mode emulation currently does not pass through the nanosecond portion of the timestamp, even when the host system fills in the value. This results