Re: [Qemu-devel] [PATCH 15/34] linux-user: Remove redundant get_errno() calls

2015-09-10 Thread Peter Maydell
On 6 September 2015 at 00:57, Timothy E Baldwin wrote: > The return value of openat was being translated by get_errno() twice. > Fixed by removing calls of get_errno() in do_syscall() and keeping those > in do_openat(). > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 12

[Qemu-devel] [PATCH 15/34] linux-user: Remove redundant get_errno() calls

2015-09-05 Thread Timothy E Baldwin
The return value of openat was being translated by get_errno() twice. Fixed by removing calls of get_errno() in do_syscall() and keeping those in do_openat(). Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff -