qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PULL 20/24] bsd-user: introduce host_os.h for bsd-specific code and defaults
Date: Fri, 23 Apr 2021 16:16:45 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/23/21 1:39 PM, imp@bsdimp.com wrote:
From: Warner Losh<imp@bsdimp.com>

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 Son<sson@FreeBSD.org>
Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/freebsd/host_os.h | 25 +++++++++++++++++++++++++
  bsd-user/main.c            |  4 +++-
  bsd-user/netbsd/host_os.h  | 25 +++++++++++++++++++++++++
  bsd-user/openbsd/host_os.h | 25 +++++++++++++++++++++++++
  4 files changed, 78 insertions(+), 1 deletion(-)
  create mode 100644 bsd-user/freebsd/host_os.h
  create mode 100644 bsd-user/netbsd/host_os.h
  create mode 100644 bsd-user/openbsd/host_os.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]