Re: [PATCH v3 1/2] linux-user: refactor ipc syscall

2020-07-13 Thread Laurent Vivier
Le 10/07/2020 à 14:46, Laurent Vivier a écrit : > Le 26/06/2020 à 14:46, Matus Kysel a écrit : >> Refactoring ipc syscall for s390x and SPARC, so it matches glibc >> implementation >> >> Signed-off-by: Matus Kysel >> --- >> linux-user/syscall.c | 26 +- >> 1 file changed,

Re: [PATCH v3 1/2] linux-user: refactor ipc syscall

2020-07-10 Thread Laurent Vivier
Le 26/06/2020 à 14:46, Matus Kysel a écrit : > Refactoring ipc syscall for s390x and SPARC, so it matches glibc > implementation > > Signed-off-by: Matus Kysel > --- > linux-user/syscall.c | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(-) > > diff --git a/linux

[PATCH v3 1/2] linux-user: refactor ipc syscall

2020-06-26 Thread Matus Kysel
Refactoring ipc syscall for s390x and SPARC, so it matches glibc implementation Signed-off-by: Matus Kysel --- linux-user/syscall.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 97de9fb5c9..9904127