Re: [PATCH v5 00/17] linux-user: simplify safe signal handling

2021-11-17 Thread Warner Losh
On Wed, Nov 17, 2021 at 9:04 AM Richard Henderson < richard.hender...@linaro.org> wrote: > Warner's v3: > https://patchew.org/QEMU/2023045603.60391-1-...@bsdimp.com/ > > Changes for v5: > * Fix safe-syscall.S FreeBSD typos. > * Rename special TARGET_EFOO to QEMU_EFOO. > * Create

[PATCH v5 00/17] linux-user: simplify safe signal handling

2021-11-17 Thread Richard Henderson
Warner's v3: https://patchew.org/QEMU/2023045603.60391-1-...@bsdimp.com/ Changes for v5: * Fix safe-syscall.S FreeBSD typos. * Rename special TARGET_EFOO to QEMU_EFOO. * Create *-user/special-errno.h. * Build safe-syscall.o only once. * meson.build cleanups. * bsd-user builds