Re: [PATCH] enable translating statx syscalls on more arches

2019-11-11 Thread Andrew Kelley
ping On 10/16/19 5:01 PM, Andrew Kelley wrote: > Signed-off-by: Andrew Kelley > --- > linux-user/aarch64/syscall_nr.h | 13 ++ > linux-user/arm/syscall_nr.h | 38 > linux-user/i386/syscall_nr.h| 43 >

Re: [PATCH] enable translating statx syscalls on more arches

2019-10-22 Thread Andrew Kelley
bump On 10/16/19 5:01 PM, Andrew Kelley wrote: > Signed-off-by: Andrew Kelley > --- > linux-user/aarch64/syscall_nr.h | 13 ++ > linux-user/arm/syscall_nr.h | 38 > linux-user/i386/syscall_nr.h| 43 >

[PATCH] enable translating statx syscalls on more arches

2019-10-16 Thread Andrew Kelley
Signed-off-by: Andrew Kelley --- linux-user/aarch64/syscall_nr.h | 13 ++ linux-user/arm/syscall_nr.h | 38 linux-user/i386/syscall_nr.h| 43 linux-user/mips/cpu_loop.c | 6 + linux-user/ppc/syscall_nr.h