Re: [PULL 1/1] linux-user: Support futex_time64

2020-11-03 Thread Alistair Francis
On Tue, Nov 3, 2020 at 8:00 AM Laurent Vivier wrote: > > Le 03/11/2020 à 16:40, Alistair Francis a écrit : > > On Mon, Nov 2, 2020 at 11:29 PM Laurent Vivier wrote: > >> > >> Le 02/11/2020 à 19:15, Peter Maydell a écrit : > >>> On Mon, 30 Mar 2020 at 11:31, Laurent Vivier wrote: > > Fr

Re: [PULL 1/1] linux-user: Support futex_time64

2020-11-03 Thread Laurent Vivier
Le 03/11/2020 à 16:40, Alistair Francis a écrit : > On Mon, Nov 2, 2020 at 11:29 PM Laurent Vivier wrote: >> >> Le 02/11/2020 à 19:15, Peter Maydell a écrit : >>> On Mon, 30 Mar 2020 at 11:31, Laurent Vivier wrote: From: Alistair Francis Add support for host and target futex_

Re: [PULL 1/1] linux-user: Support futex_time64

2020-11-03 Thread Alistair Francis
On Mon, Nov 2, 2020 at 11:29 PM Laurent Vivier wrote: > > Le 02/11/2020 à 19:15, Peter Maydell a écrit : > > On Mon, 30 Mar 2020 at 11:31, Laurent Vivier wrote: > >> > >> From: Alistair Francis > >> > >> Add support for host and target futex_time64. If futex_time64 exists on > >> the host we try

Re: [PULL 1/1] linux-user: Support futex_time64

2020-11-02 Thread Laurent Vivier
Le 02/11/2020 à 19:15, Peter Maydell a écrit : > On Mon, 30 Mar 2020 at 11:31, Laurent Vivier wrote: >> >> From: 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 futex >> syscall. > >

Re: [PULL 1/1] linux-user: Support futex_time64

2020-11-02 Thread Peter Maydell
On Mon, 30 Mar 2020 at 11:31, Laurent Vivier wrote: > > From: 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 futex > syscall. Hi; I dunno why Coverity's only just noticed this, but in C

[PULL 1/1] linux-user: Support futex_time64

2020-03-30 Thread Laurent Vivier
From: 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 futex syscall. Signed-off-by: Alistair Francis Message-Id: [lv: define sys_futex() if __NR_futex is defined (fix bug on 32bit host),