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

2020-03-13 Thread Laurent Vivier
Le 13/03/2020 à 23:13, Alistair Francis a écrit : > On Fri, Mar 13, 2020 at 3:12 PM Alistair Francis wrote: >> >> On Fri, Mar 13, 2020 at 1:14 AM Laurent Vivier wrote: >>> >>> Le 12/03/2020 à 23:13, Alistair Francis a écrit : Add support for host and target futex_time64. If futex_time64 exis

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

2020-03-13 Thread Alistair Francis
On Fri, Mar 13, 2020 at 1:14 AM Laurent Vivier wrote: > > Le 12/03/2020 à 23:13, 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: Alist

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

2020-03-13 Thread Alistair Francis
On Fri, Mar 13, 2020 at 3:12 PM Alistair Francis wrote: > > On Fri, Mar 13, 2020 at 1:14 AM Laurent Vivier wrote: > > > > Le 12/03/2020 à 23:13, 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

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

2020-03-13 Thread Laurent Vivier
Le 12/03/2020 à 23:13, 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 v7 3/4] linux-user: Support futex_time64

2020-03-12 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