Re: [Qemu-devel] [PATCH 3/6] linux-user: Provide safe_syscall for arm

2016-06-14 Thread Richard Henderson
On 06/14/2016 05:04 AM, Peter Maydell wrote: > On 13 June 2016 at 22:45, Richard Henderson wrote: >> Signed-off-by: Richard Henderson >> --- >> linux-user/host/arm/hostdep.h | 34 ++ >> linux-user/host/arm/safe-syscall.inc.S | 86 >> ++ >> 2

Re: [Qemu-devel] [PATCH 3/6] linux-user: Provide safe_syscall for arm

2016-06-14 Thread Peter Maydell
On 13 June 2016 at 22:45, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > linux-user/host/arm/hostdep.h | 34 ++ > linux-user/host/arm/safe-syscall.inc.S | 86 > ++ > 2 files changed, 120 insertions(+) > create mode 10064

[Qemu-devel] [PATCH 3/6] linux-user: Provide safe_syscall for arm

2016-06-13 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/host/arm/hostdep.h | 34 ++ linux-user/host/arm/safe-syscall.inc.S | 86 ++ 2 files changed, 120 insertions(+) create mode 100644 linux-user/host/arm/hostdep.h create mode 100644 linux-user/host