Re: [PULL 20/24] bsd-user: introduce host_os.h for bsd-specific code and defaults

2021-04-23 Thread Richard Henderson
On 4/23/21 1:39 PM, i...@bsdimp.com wrote: From: Warner Losh Introduce host_os.h for frebsd, netbsd and openbsd. This sets the default bsd being implemented today. In the future it will have code that is per-BSD specific. Abstracted from a larger c93465b6208c4c95cc0a394ffef4180ba6ccf27a in the q

[PULL 20/24] bsd-user: introduce host_os.h for bsd-specific code and defaults

2021-04-23 Thread imp
From: Warner Losh Introduce host_os.h for frebsd, netbsd and openbsd. This sets the default bsd being implemented today. In the future it will have code that is per-BSD specific. Abstracted from a larger c93465b6208c4c95cc0a394ffef4180ba6ccf27a in the qemu-bsd-user repo. Signed-off-by: Stacey So