diff options
author | Richard Henderson | 2021-11-17 16:14:00 +0100 |
---|---|---|
committer | Richard Henderson | 2021-12-20 19:12:24 +0100 |
commit | bbf15aaf7c7506c88062288b3ae122b882f65e69 (patch) | |
tree | 35c44f9cb40a66389e85da8afbb4fd65efc71af2 /MAINTAINERS | |
parent | bsd-user: Create special-errno.h (diff) | |
download | qemu-bbf15aaf7c7506c88062288b3ae122b882f65e69.tar.gz qemu-bbf15aaf7c7506c88062288b3ae122b882f65e69.tar.xz qemu-bbf15aaf7c7506c88062288b3ae122b882f65e69.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9a8d1bdf72..be8fc57538 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3079,6 +3079,8 @@ M: Riku Voipio <riku.voipio@iki.fi> S: Maintained F: thunk.c F: accel/tcg/user-exec*.c +F: include/user/ +F: common-user/ BSD user M: Warner Losh <imp@bsdimp.com> |