Re: [PATCH v8 3/4] linux-user: Support futex_time64

2020-03-14 Thread Laurent Vivier
Le 14/03/2020 à 00:56, Alistair Francis a écrit : > Add support for host and target futex_time64. If futex_time64 exists on > the host we try that first before falling back to the standard futux > syscall. > > Signed-off-by: Alistair Francis > --- > linux-user/syscall.c | 144 +++

Re: [PATCH v8 3/4] linux-user: Support futex_time64

2020-03-14 Thread Laurent Vivier
Le 14/03/2020 à 00:56, Alistair Francis a écrit : > Add support for host and target futex_time64. If futex_time64 exists on > the host we try that first before falling back to the standard futux > syscall. > > Signed-off-by: Alistair Francis > --- > linux-user/syscall.c | 144 +++

[PATCH v8 3/4] linux-user: Support futex_time64

2020-03-13 Thread Alistair Francis
Add support for host and target futex_time64. If futex_time64 exists on the host we try that first before falling back to the standard futux syscall. Signed-off-by: Alistair Francis --- linux-user/syscall.c | 144 +++ 1 file changed, 131 insertions(+), 13