Re: [Qemu-devel] [PATCH] linux-user: Add safe_syscall for riscv64 host

2018-12-20 Thread Alistair Francis
On Thu, Dec 20, 2018 at 12:15 PM Richard Henderson wrote: > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > > At some point we should make this routine be non-optional for > porting to a new host. > > > r~ > > --- > linux-user/host/riscv64/hostdep.h

Re: [Qemu-devel] [PATCH] linux-user: Add safe_syscall for riscv64 host

2018-12-20 Thread Richard Henderson
On 12/20/18 12:40 PM, Peter Maydell wrote: > On Thu, 20 Dec 2018 at 20:16, Richard Henderson > wrote: >> >> Signed-off-by: Richard Henderson >> --- >> >> At some point we should make this routine be non-optional for >> porting to a new host. > > Yes, I agree -- how many hosts do we still have wh

Re: [Qemu-devel] [PATCH] linux-user: Add safe_syscall for riscv64 host

2018-12-20 Thread Peter Maydell
On Thu, 20 Dec 2018 at 20:16, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > > At some point we should make this routine be non-optional for > porting to a new host. Yes, I agree -- how many hosts do we still have which are missing support for it? thanks -- PMM

[Qemu-devel] [PATCH] linux-user: Add safe_syscall for riscv64 host

2018-12-20 Thread Richard Henderson
Signed-off-by: Richard Henderson --- At some point we should make this routine be non-optional for porting to a new host. r~ --- linux-user/host/riscv64/hostdep.h | 23 +++ linux-user/host/riscv64/safe-syscall.inc.S | 77 ++ 2 files changed, 100 insertions(+)