Re: [Qemu-devel] [PATCH] linux-user: Update MIPS specific prctl() implementation

2018-11-16 Thread Aleksandar Markovic
From: Laurent Vivier > Reviewed-by: Laurent Vivier > > If you plan to do a MIPS p-r before the next RC, don't hesitate to add > this patch to it (my linux-user queue is empty for the moment). Laurent, I plan to create a MIPS pull request in next few days, and I am going to include this patch

Re: [Qemu-devel] [PATCH] linux-user: Update MIPS specific prctl() implementation

2018-11-14 Thread Laurent Vivier
On 14/11/2018 14:37, Stefan Markovic wrote: > From: Stefan Markovic > > Perform needed checks before actual prctl() PR_SET_FP_MODE and > PR_GET_FP_MODE work based on kernel implementation. Also, update > necessary hflags. > > Signed-off-by: Stefan Markovic I think it's better if you send the p

[Qemu-devel] [PATCH] linux-user: Update MIPS specific prctl() implementation

2018-11-14 Thread Stefan Markovic
From: Stefan Markovic Perform needed checks before actual prctl() PR_SET_FP_MODE and PR_GET_FP_MODE work based on kernel implementation. Also, update necessary hflags. Signed-off-by: Stefan Markovic --- linux-user/syscall.c | 18 ++ 1 file changed, 18 insertions(+) diff --git