qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 09/15] linux-user: Create special-errno.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v7 09/15] linux-user: Create special-errno.h
Date: Tue, 14 Dec 2021 14:10:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

On 12/14/21 01:25, Richard Henderson wrote:
> Pull the two internal errno used by qemu internally into their own
> header file.  This includes the one define required by safe-syscall.S.
> 
> Reviewed-by: Warner Losh <imp@bsdimp.com>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  linux-user/cpu_loop-common.h           |  1 +
>  linux-user/generic/target_errno_defs.h | 17 --------------
>  linux-user/signal-common.h             |  2 ++
>  linux-user/special-errno.h             | 32 ++++++++++++++++++++++++++
>  linux-user/syscall.c                   |  1 +
>  linux-user/safe-syscall.S              |  2 +-
>  6 files changed, 37 insertions(+), 18 deletions(-)
>  create mode 100644 linux-user/special-errno.h

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



reply via email to

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