Re: [Qemu-devel] [PATCH] linux-user: Implement membarrier syscall

2020-02-18 Thread Laurent Vivier
Le 13/05/2019 à 11:02, Andreas Schwab a écrit : > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index f5ff6f5dc8..80399f4eb0 100644 > --- a/linux-user/syscall.c > +++ b/linu

Re: [Qemu-devel] [PATCH] linux-user: Implement membarrier syscall

2019-05-13 Thread Laurent Vivier
On 13/05/2019 11:02, Andreas Schwab wrote: Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 7 +++ 1 file changed, 7 insertions(+) Reviewed-by: Laurent Vivier

[Qemu-devel] [PATCH] linux-user: Implement membarrier syscall

2019-05-13 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f5ff6f5dc8..80399f4eb0 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -313,6 +313,9 @@ _syscall3(int, getrandom, voi