From: Warner Losh <imp@bsdimp.com>
To: qemu-devel@nongnu.org
Cc: Ryo ONODERA <ryoon@netbsd.org>,
Reinoud Zandijk <reinoud@netbsd.org>,
Brad Smith <brad@comstyle.com>, Kyle Evans <kevans@freebsd.org>
Subject: Re: [PATCH 0/7] bsd-user: remove bitrotted NetBSD and OpenBSD bsd-user support
Date: Fri, 31 Mar 2023 08:21:53 -0600 [thread overview]
Message-ID: <CANCZdfrV5kObU7_G3bAkgmbna2ZmXG0SC9c-V-xUcOK88t2cpw@mail.gmail.com> (raw)
In-Reply-To: <20230331141833.3647-1-imp@bsdimp.com>
[-- Attachment #1: Type: text/plain, Size: 3487 bytes --]
Please note: This did come from me, from a new machine that's slightly
misconfigured, so it didn't go through Google's email server and so you may
get a spoofing warning. I'll fix that in v2, if there is one, or in the
pull request if there's no changes.
Warner
On Fri, Mar 31, 2023 at 8:19 AM Warner Losh <imp@bsdimp.com> wrote:
> The NetBSD and OpenBSD support in bsd-user hasn't built since before the
> meson
> conversion. It's also out of sync with many of the recent changes in the
> bsd-user fork and has just been removed there. Remove it from master for
> the
> same reasons: it generates a number of false positives with grep and has
> increasingly gotten in the way. The bsd-user fork code is much more
> advanced,
> and even it doesn't compile and is out of date. Remove this from both
> branches. If others wish to bring it up to speed, I'm happy to help them.
>
> Warner Losh (7):
> bsd-user: Remove obsolete prototypes
> bsd-user: Remove netbsd system call inclusion and defines
> bsd-user: Remove netbsd system call tracing
> bsd-user: Remove openbsd system call inclusion and defines
> bsd-user: Remove openbsd system call tracing
> bsd-user: Remove netbsd directory
> bsd-user: Remove openbsd directory
>
> bsd-user/netbsd/host-os.h | 25 --
> bsd-user/netbsd/os-strace.h | 1 -
> bsd-user/netbsd/strace.list | 145 -----------
> bsd-user/netbsd/syscall_nr.h | 373 ---------------------------
> bsd-user/netbsd/target_os_elf.h | 147 -----------
> bsd-user/netbsd/target_os_siginfo.h | 82 ------
> bsd-user/netbsd/target_os_signal.h | 69 -----
> bsd-user/netbsd/target_os_stack.h | 56 ----
> bsd-user/netbsd/target_os_thread.h | 25 --
> bsd-user/openbsd/host-os.h | 25 --
> bsd-user/openbsd/os-strace.h | 1 -
> bsd-user/openbsd/strace.list | 187 --------------
> bsd-user/openbsd/syscall_nr.h | 225 ----------------
> bsd-user/openbsd/target_os_elf.h | 147 -----------
> bsd-user/openbsd/target_os_siginfo.h | 82 ------
> bsd-user/openbsd/target_os_signal.h | 69 -----
> bsd-user/openbsd/target_os_stack.h | 56 ----
> bsd-user/openbsd/target_os_thread.h | 25 --
> bsd-user/qemu.h | 16 --
> bsd-user/strace.c | 34 ---
> bsd-user/syscall_defs.h | 29 +--
> 21 files changed, 1 insertion(+), 1818 deletions(-)
> delete mode 100644 bsd-user/netbsd/host-os.h
> delete mode 100644 bsd-user/netbsd/os-strace.h
> delete mode 100644 bsd-user/netbsd/strace.list
> delete mode 100644 bsd-user/netbsd/syscall_nr.h
> delete mode 100644 bsd-user/netbsd/target_os_elf.h
> delete mode 100644 bsd-user/netbsd/target_os_siginfo.h
> delete mode 100644 bsd-user/netbsd/target_os_signal.h
> delete mode 100644 bsd-user/netbsd/target_os_stack.h
> delete mode 100644 bsd-user/netbsd/target_os_thread.h
> delete mode 100644 bsd-user/openbsd/host-os.h
> delete mode 100644 bsd-user/openbsd/os-strace.h
> delete mode 100644 bsd-user/openbsd/strace.list
> delete mode 100644 bsd-user/openbsd/syscall_nr.h
> delete mode 100644 bsd-user/openbsd/target_os_elf.h
> delete mode 100644 bsd-user/openbsd/target_os_siginfo.h
> delete mode 100644 bsd-user/openbsd/target_os_signal.h
> delete mode 100644 bsd-user/openbsd/target_os_stack.h
> delete mode 100644 bsd-user/openbsd/target_os_thread.h
>
> --
> 2.39.2
>
>
[-- Attachment #2: Type: text/html, Size: 4078 bytes --]
next prev parent reply other threads:[~2023-03-31 14:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-31 14:18 [PATCH 0/7] bsd-user: remove bitrotted NetBSD and OpenBSD bsd-user support Warner Losh
2023-03-31 14:18 ` [PATCH 1/7] bsd-user: Remove obsolete prototypes Warner Losh
2023-03-31 14:18 ` [PATCH 2/7] bsd-user: Remove netbsd system call inclusion and defines Warner Losh
2023-03-31 14:18 ` [PATCH 3/7] bsd-user: Remove netbsd system call tracing Warner Losh
2023-03-31 14:18 ` [PATCH 4/7] bsd-user: Remove openbsd system call inclusion and defines Warner Losh
2023-03-31 14:18 ` [PATCH 5/7] bsd-user: Remove openbsd system call tracing Warner Losh
2023-03-31 14:18 ` [PATCH 6/7] bsd-user: Remove netbsd directory Warner Losh
2023-03-31 14:18 ` [PATCH 7/7] bsd-user: Remove openbsd directory Warner Losh
2023-03-31 14:21 ` Warner Losh [this message]
2023-03-31 23:35 ` [PATCH 0/7] bsd-user: remove bitrotted NetBSD and OpenBSD bsd-user support Richard Henderson
2023-04-01 13:00 ` Reinoud Zandijk
2023-04-01 13:15 ` Warner Losh
2023-04-02 21:01 ` Warner Losh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CANCZdfrV5kObU7_G3bAkgmbna2ZmXG0SC9c-V-xUcOK88t2cpw@mail.gmail.com \
--to=imp@bsdimp.com \
--cc=brad@comstyle.com \
--cc=kevans@freebsd.org \
--cc=qemu-devel@nongnu.org \
--cc=reinoud@netbsd.org \
--cc=ryoon@netbsd.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).