This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b9a0f1194a
qemu
/
bsd-user
/
freebsd
/
meson.build
5 lines
58 B
Meson
Raw
Normal View
History
Unescape
Escape
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface do_freebsd_arch_sysarch() exists in $ARCH/target_arch_sysarch.h for x86. Call it from do_freebsd_sysarch() and remove the mostly duplicate version in syscall.c. Future changes will move it to os-sys.c and support other architectures. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
2021-09-20 22:41:38 +03:00
bsd_user_ss
.
add
(
files
(
'os-sys.c'
,
bsd-user: Move system call building to os-syscall.c Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2022-01-30 05:39:37 +03:00
'os-syscall.c'
,
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface do_freebsd_arch_sysarch() exists in $ARCH/target_arch_sysarch.h for x86. Call it from do_freebsd_sysarch() and remove the mostly duplicate version in syscall.c. Future changes will move it to os-sys.c and support other architectures. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
2021-09-20 22:41:38 +03:00
)
)
Reference in New Issue
Copy Permalink