qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 34/34] linux-user: Remove TARGET_USE_ERESTARTSYS


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 34/34] linux-user: Remove TARGET_USE_ERESTARTSYS
Date: Thu, 10 Sep 2015 20:13:34 +0100

On 6 September 2015 at 00:57, Timothy E Baldwin
<address@hidden> wrote:
> Now with system call restarting support by all targets remove
> uneeded conditionals.
>
> Signed-off-by: Timothy Edward Baldwin <address@hidden>
> ---
>  linux-user/aarch64/syscall.h    | 2 --
>  linux-user/alpha/syscall.h      | 2 --
>  linux-user/arm/syscall.h        | 2 --
>  linux-user/cris/syscall.h       | 2 --
>  linux-user/i386/syscall.h       | 2 --
>  linux-user/m68k/syscall.h       | 2 --
>  linux-user/microblaze/syscall.h | 2 --
>  linux-user/mips/syscall.h       | 2 --
>  linux-user/mips64/syscall.h     | 2 --
>  linux-user/openrisc/syscall.h   | 2 --
>  linux-user/ppc/syscall.h        | 2 --
>  linux-user/s390x/syscall.h      | 2 --
>  linux-user/sh4/syscall.h        | 2 --
>  linux-user/signal.c             | 3 ---
>  linux-user/sparc/syscall.h      | 2 --
>  linux-user/sparc64/syscall.h    | 2 --
>  linux-user/syscall.c            | 4 ++--
>  linux-user/unicore32/syscall.h  | 2 --
>  linux-user/x86_64/syscall.h     | 2 --
>  19 files changed, 2 insertions(+), 39 deletions(-)

Reviewed-by: Peter Maydell <address@hidden>

(though note there is a new target arch, tilegx, currently circling
to land, which will mean you'll need to add some more stuff to
this patchset assuming it doesn't get in first.)

thanks
-- PMM



reply via email to

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