On 11/17/21 17:04, Richard Henderson wrote: > This value is fully internal to qemu, and so is not a TARGET define. > We use this as an extra marker for both host and target errno.
Thanks for this cleanup, I often wondered what was it really. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > bsd-user/errno_defs.h | 2 +- > linux-user/generic/target_errno_defs.h | 2 +- > linux-user/safe-syscall.h | 8 ++++---- > linux-user/signal-common.h | 2 +- > linux-user/aarch64/cpu_loop.c | 2 +- > linux-user/alpha/cpu_loop.c | 2 +- > linux-user/arm/cpu_loop.c | 2 +- > linux-user/cris/cpu_loop.c | 2 +- > linux-user/hexagon/cpu_loop.c | 2 +- > linux-user/hppa/cpu_loop.c | 2 +- > linux-user/i386/cpu_loop.c | 6 +++--- > linux-user/m68k/cpu_loop.c | 2 +- > linux-user/microblaze/cpu_loop.c | 2 +- > linux-user/mips/cpu_loop.c | 2 +- > linux-user/openrisc/cpu_loop.c | 2 +- > linux-user/ppc/cpu_loop.c | 2 +- > linux-user/riscv/cpu_loop.c | 2 +- > linux-user/s390x/cpu_loop.c | 2 +- > linux-user/sh4/cpu_loop.c | 2 +- > linux-user/signal.c | 6 +++--- > linux-user/sparc/cpu_loop.c | 2 +- > linux-user/syscall.c | 16 ++++++++-------- > linux-user/xtensa/cpu_loop.c | 2 +- > common-user/host/aarch64/safe-syscall.inc.S | 2 +- > common-user/host/arm/safe-syscall.inc.S | 2 +- > common-user/host/i386/safe-syscall.inc.S | 2 +- > common-user/host/mips/safe-syscall.inc.S | 2 +- > common-user/host/ppc64/safe-syscall.inc.S | 2 +- > common-user/host/riscv/safe-syscall.inc.S | 2 +- > common-user/host/s390x/safe-syscall.inc.S | 2 +- > common-user/host/sparc64/safe-syscall.inc.S | 2 +- > common-user/host/x86_64/safe-syscall.inc.S | 2 +- > 32 files changed, 46 insertions(+), 46 deletions(-)