]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Move stack initializtion into a per-os file.
authorWarner Losh <imp@FreeBSD.org>
Wed, 4 Aug 2021 19:49:21 +0000 (13:49 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commit534217f7848dc2055fae08928689c0ac4f0a45e1
tree37e56c7d01f16b861d7dc798afa266aefcc725ea
parent03ecf078fab7b3ce6fdd373a902211918efeab89
bsd-user: Move stack initializtion into a per-os file.

Move all of the stack initialization into target_os_stack.h. Each BSD
sets up processes a little differently.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/freebsd/target_os_stack.h [new file with mode: 0644]
bsd-user/netbsd/target_os_stack.h [new file with mode: 0644]
bsd-user/openbsd/target_os_stack.h [new file with mode: 0644]