Re: [Qemu-devel] [PATCH 00/18] linux-user: Extend safe_syscall wrapper use

2016-06-08 Thread Peter Maydell
On 8 June 2016 at 10:20, Riku Voipio wrote: > I've merged most of this now to to: > > https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream > > With the changes of Adding Laurent's reviewed by's where given and > And adjusted changed to "abi_llong" in "Corr

Re: [Qemu-devel] [PATCH 00/18] linux-user: Extend safe_syscall wrapper use

2016-06-08 Thread Riku Voipio
On Mon, Jun 06, 2016 at 07:58:01PM +0100, Peter Maydell wrote: > This set of pretty dull patches extends the use of the safe_syscall > wrapper to every syscall listed in the signal(7) manpage as being > interruptible. > > Most of the patches are just straightforward "use the wrapper" changes. > For

[Qemu-devel] [PATCH 00/18] linux-user: Extend safe_syscall wrapper use

2016-06-06 Thread Peter Maydell
This set of pretty dull patches extends the use of the safe_syscall wrapper to every syscall listed in the signal(7) manpage as being interruptible. Most of the patches are just straightforward "use the wrapper" changes. For a few things get a little more complicated because we need to use the dir