]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/meson.build
common-user: Move safe-syscall.* from linux-user
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Nov 2021 15:14:00 +0000 (16:14 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Dec 2021 18:12:24 +0000 (10:12 -0800)
commitbbf15aaf7c7506c88062288b3ae122b882f65e69
tree35c44f9cb40a66389e85da8afbb4fd65efc71af2
parent2ac16d01e371ba9fb268f04249eaca9fafceb00b
common-user: Move safe-syscall.* from linux-user

Move linux-user safe-syscall.S and safe-syscall-error.c to common-user
so that bsd-user can also use it.  Also move safe-syscall.h to
include/user/.  Since there is nothing here that is related to the guest,
as opposed to the host, build it once.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
31 files changed:
MAINTAINERS
bsd-user/meson.build
common-user/host/aarch64/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/arm/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/i386/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/mips/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/ppc64/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/riscv/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/s390x/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/sparc64/safe-syscall.inc.S [new file with mode: 0644]
common-user/host/x86_64/safe-syscall.inc.S [new file with mode: 0644]
common-user/meson.build [new file with mode: 0644]
common-user/safe-syscall-error.c [new file with mode: 0644]
common-user/safe-syscall.S [new file with mode: 0644]
include/user/safe-syscall.h [new file with mode: 0644]
linux-user/host/aarch64/safe-syscall.inc.S [deleted file]
linux-user/host/arm/safe-syscall.inc.S [deleted file]
linux-user/host/i386/safe-syscall.inc.S [deleted file]
linux-user/host/mips/safe-syscall.inc.S [deleted file]
linux-user/host/ppc64/safe-syscall.inc.S [deleted file]
linux-user/host/riscv/safe-syscall.inc.S [deleted file]
linux-user/host/s390x/safe-syscall.inc.S [deleted file]
linux-user/host/sparc64/safe-syscall.inc.S [deleted file]
linux-user/host/x86_64/safe-syscall.inc.S [deleted file]
linux-user/meson.build
linux-user/safe-syscall-error.c [deleted file]
linux-user/safe-syscall.S [deleted file]
linux-user/safe-syscall.h [deleted file]
linux-user/signal.c
linux-user/syscall.c
meson.build