Re: [Qemu-devel] [PATCH 0/6] linux-user: safe_syscall updates

2016-06-21 Thread Peter Maydell
On 21 June 2016 at 20:08, Riku Voipio wrote: > I've merged all pending patches except the safe_syscall ones to: > > https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream > > Peter, Richard, do you have an agreement who's versions of > the safe_syscall patch

Re: [Qemu-devel] [PATCH 0/6] linux-user: safe_syscall updates

2016-06-21 Thread Riku Voipio
On Mon, Jun 13, 2016 at 11:09:17PM +0100, Peter Maydell wrote: > On 13 June 2016 at 22:53, Peter Maydell wrote: > > On 13 June 2016 at 22:45, Richard Henderson wrote: > >> Richard Henderson (6): > >> linux-user: fix x86_64 safe_syscall > >> linux-user: Provide safe_syscall for i386 > >> lin

Re: [Qemu-devel] [PATCH 0/6] linux-user: safe_syscall updates

2016-06-13 Thread Peter Maydell
On 13 June 2016 at 22:53, Peter Maydell wrote: > On 13 June 2016 at 22:45, Richard Henderson wrote: >> Richard Henderson (6): >> linux-user: fix x86_64 safe_syscall >> linux-user: Provide safe_syscall for i386 >> linux-user: Provide safe_syscall for arm >> linux-user: Provide safe_syscall

Re: [Qemu-devel] [PATCH 0/6] linux-user: safe_syscall updates

2016-06-13 Thread Peter Maydell
On 13 June 2016 at 22:45, Richard Henderson wrote: > We added support for x86_64 in 4d330cee37a2; this adds support > for 5 more hosts. Also, tweak the signal_pending test for x86_64. > > > r~ > > > Richard Henderson (6): > linux-user: fix x86_64 safe_syscall > linux-user: Provide safe_syscal

[Qemu-devel] [PATCH 0/6] linux-user: safe_syscall updates

2016-06-13 Thread Richard Henderson
We added support for x86_64 in 4d330cee37a2; this adds support for 5 more hosts. Also, tweak the signal_pending test for x86_64. r~ Richard Henderson (6): linux-user: fix x86_64 safe_syscall linux-user: Provide safe_syscall for i386 linux-user: Provide safe_syscall for arm linux-user: