Re: [PATCH 05/12] linux-user: Extract target errno to 'target_errno_defs.h'

2021-07-08 Thread Philippe Mathieu-Daudé
On 7/7/21 3:53 AM, Richard Henderson wrote: > On 7/4/21 11:37 AM, Philippe Mathieu-Daudé wrote: >> We want to access the target errno indepently of the rest >> of the linux-user code. Extract it to a new target-specific >> header: 'target_errno_defs.h'. >> >> Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH 05/12] linux-user: Extract target errno to 'target_errno_defs.h'

2021-07-06 Thread Richard Henderson
On 7/4/21 11:37 AM, Philippe Mathieu-Daudé wrote: We want to access the target errno indepently of the rest of the linux-user code. Extract it to a new target-specific header: 'target_errno_defs.h'. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/aarch64/target_errno_defs.h| 6 ++

RE: [PATCH 05/12] linux-user: Extract target errno to 'target_errno_defs.h'

2021-07-05 Thread Taylor Simpson
t; ; Philippe Mathieu-Daudé ; > Aurelien Jarno ; Helge Deller > Subject: [PATCH 05/12] linux-user: Extract target errno to > 'target_errno_defs.h' > > diff --git a/linux-user/hexagon/target_errno_defs.h b/linux- > user/hexagon/target_errno_defs.h > new file mode 100644 >

[PATCH 05/12] linux-user: Extract target errno to 'target_errno_defs.h'

2021-07-04 Thread Philippe Mathieu-Daudé
We want to access the target errno indepently of the rest of the linux-user code. Extract it to a new target-specific header: 'target_errno_defs.h'. Signed-off-by: Philippe Mathieu-Daudé --- linux-user/aarch64/target_errno_defs.h| 6 ++ linux-user/alpha/target_errno_defs.h | 4