qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 16/34] linux-user: Use safe_syscall for open and


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 16/34] linux-user: Use safe_syscall for open and openat system calls
Date: Thu, 10 Sep 2015 19:54:02 +0100

On 6 September 2015 at 00:57, Timothy E Baldwin
<address@hidden> wrote:
> Restart open() and openat() if signals occur before,
> or during with SA_RESTART.
>
> Signed-off-by: Timothy Edward Baldwin <address@hidden>

Reviewed-by: Peter Maydell <address@hidden>

When we get to the cases where not all the host architectures provide
a particular syscall (ie where we're currently relying on glibc to
implement a function with whatever the host arch's syscall ABI demands)
this is going to get trickier, but for the functions so far I think
they're present with the same ABI on all archs.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]