Re: [Qemu-devel] [PATCH 03/34] linux-user: Support for restarting system calls

2015-09-10 Thread Peter Maydell
On 6 September 2015 at 00:56, Timothy E Baldwin wrote: > This allows SA_RESTART to be supported along with various case > where pending signals need to be handled before a system call. > > New macro TARGET_ERESTARTSYS which is the error code used by Linux > to indicate that system call should be r

[Qemu-devel] [PATCH 03/34] linux-user: Support for restarting system calls

2015-09-05 Thread Timothy E Baldwin
This allows SA_RESTART to be supported along with various case where pending signals need to be handled before a system call. New macro TARGET_ERESTARTSYS which is the error code used by Linux to indicate that system call should be restarted. TARGET_QEMU_ESIGRETURN moved into errno_defs.h and ren