qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 04/15] linux-user/host/sparc64: Add safe-syscall.inc.S


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v7 04/15] linux-user/host/sparc64: Add safe-syscall.inc.S
Date: Tue, 14 Dec 2021 16:30:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

Hi Richard,

On 12/14/21 01:25, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  linux-user/host/sparc64/hostdep.h          |  3 +
>  linux-user/host/sparc64/safe-syscall.inc.S | 89 ++++++++++++++++++++++
>  2 files changed, 92 insertions(+)
>  create mode 100644 linux-user/host/sparc64/safe-syscall.inc.S

> diff --git a/linux-user/host/sparc64/safe-syscall.inc.S 
> b/linux-user/host/sparc64/safe-syscall.inc.S
> new file mode 100644
> index 0000000000..bb35c64cfc
> --- /dev/null
> +++ b/linux-user/host/sparc64/safe-syscall.inc.S
> @@ -0,0 +1,89 @@
> +/*
> + * safe-syscall.inc.S : host-specific assembly fragment
> + * to handle signals occurring at the same time as system calls.
> + * This is intended to be included by linux-user/safe-syscall.S
> + *
> + * Written by Richard Henderson <richard.henderson@linaro.org>
> + * Copyright (C) 2021 Red Hat, Inc.

Are you sure this is the correct (c)?

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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