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

2021-12-14 Thread Philippe Mathieu-Daudé
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 > Signed-off-by: Richard Henderson > --- > linux-user/cpu_loop-common.h

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

2021-12-13 Thread Richard Henderson
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 Signed-off-by: Richard Henderson --- linux-user/cpu_loop-common.h | 1 + linux-user/generic/target_errno_defs.h | 17