From: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
To: Warner Losh <imp@bsdimp.com>, qemu-devel@nongnu.org
Cc: Kyle Evans <kevans@freebsd.org>
Subject: Re: [PATCH v2 01/37] bsd-user: catchup to locking / mapping routines in bsd-misc.
Date: Tue, 19 May 2026 10:00:20 -0500 [thread overview]
Message-ID: <c331aa94-ffdf-4cc4-b46c-660f381f5437@oss.qualcomm.com> (raw)
In-Reply-To: <20260518-misc-2026q2-v2-1-6c16fe448301@bsdimp.com>
On 5/18/2026 4:27 PM, Warner Losh wrote:
> These were added to bsd-misc.c in a prior series. The declarations
> logically belong here, but aren't strictly needed with the current
> structure of the code due to include contamination.
>
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> ---
> bsd-user/qemu-bsd.h | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
next prev parent reply other threads:[~2026-05-19 15:00 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 21:27 [PATCH v2 00/37] bsd-user: Upstream most of the remaining system calls Warner Losh
2026-05-18 21:27 ` [PATCH v2 01/37] bsd-user: catchup to locking / mapping routines in bsd-misc Warner Losh
2026-05-19 15:00 ` Pierrick Bouvier [this message]
2026-05-18 21:27 ` [PATCH v2 02/37] bsd-user: Rename cpu_env to env throughout bsd-user Warner Losh
2026-05-19 14:59 ` Pierrick Bouvier
2026-05-19 15:05 ` Pierrick Bouvier
2026-05-19 17:32 ` Warner Losh
2026-05-18 21:27 ` [PATCH v2 03/37] bsd-user: Add bsd-signal.h with sigaction through sigreturn Warner Losh
2026-05-22 22:39 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 04/37] bsd-user: Add signal shims sigwait through kill and os-signal.h Warner Losh
2026-05-22 22:42 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 05/37] bsd-user: Add signal system call dispatch Warner Losh
2026-05-22 22:45 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 06/37] bsd-user: Add poll, lseek, pipe, and swap system call shims Warner Losh
2026-05-22 22:51 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 07/37] bsd-user: Add os-file.h with pipe2, chflagsat, close_range, and more Warner Losh
2026-05-22 22:54 ` Pierrick Bouvier
2026-05-25 21:32 ` Warner Losh
2026-05-18 21:27 ` [PATCH v2 08/37] bsd-user: Add file operation system call dispatch Warner Losh
2026-05-22 22:57 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 09/37] bsd-user: Add bsd-socket.h with bind through getsockname Warner Losh
2026-05-22 23:04 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 10/37] bsd-user: Add socket shims socketpair through shutdown Warner Losh
2026-05-22 23:08 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 11/37] bsd-user: Add os-socket.h with sendrecvmsg and message structures Warner Losh
2026-05-22 23:10 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 12/37] bsd-user: Add do_bsd_setsockopt and socket option definitions Warner Losh
2026-05-22 23:28 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 13/37] bsd-user: Add do_bsd_getsockopt Warner Losh
2026-05-22 23:28 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 14/37] bsd-user: Add FreeBSD socket helpers and sockaddr conversion Warner Losh
2026-05-22 23:29 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 15/37] bsd-user: Add os-socket.c with cmsg conversion functions Warner Losh
2026-05-22 23:31 ` Pierrick Bouvier
2026-05-23 4:35 ` Warner Losh
2026-05-18 21:27 ` [PATCH v2 16/37] bsd-user: Add socket system call dispatch Warner Losh
2026-05-22 23:31 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 17/37] bsd-user: Add os-time.h with clock and time-of-day functions Warner Losh
2026-05-22 23:32 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 18/37] bsd-user: Add utimes, futimes, and ktimer functions to os-time.h Warner Losh
2026-05-22 23:38 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 19/37] bsd-user: Add select, pselect, and ppoll " Warner Losh
2026-05-22 23:46 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 20/37] bsd-user: Add kqueue and kevent functions " Warner Losh
2026-05-22 23:49 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 21/37] bsd-user: Add sigtimedwait, itimer, and futimens " Warner Losh
2026-05-22 23:50 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 22/37] bsd-user: Add os-time.c and time-related type definitions Warner Losh
2026-05-22 23:52 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 23/37] bsd-user: Add time system call dispatch Warner Losh
2026-05-22 23:52 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 24/37] bsd-user: Add thread, umtx, and ACL type definitions Warner Losh
2026-05-22 23:53 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 25/37] bsd-user: Add cpu_copy and make init_task_state non-static Warner Losh
2026-05-22 23:53 ` Pierrick Bouvier
2026-05-18 21:27 ` [PATCH v2 26/37] bsd-user: Add os-thread.h with thr and context functions Warner Losh
2026-05-18 21:27 ` [PATCH v2 27/37] bsd-user: Add do_freebsd__umtx_op to os-thread.h Warner Losh
2026-05-18 21:27 ` [PATCH v2 28/37] bsd-user: Add os-thread.c with umtx, mutex, and thread creation Warner Losh
2026-05-18 21:27 ` [PATCH v2 29/37] bsd-user: Add thread system call dispatch Warner Losh
2026-05-18 21:27 ` [PATCH v2 30/37] bsd-user: Add os-extattr.h with file and fd extattr functions Warner Losh
2026-05-18 21:27 ` [PATCH v2 31/37] bsd-user: Add link and list extattr functions to os-extattr.h Warner Losh
2026-05-18 21:27 ` [PATCH v2 32/37] bsd-user: Add ACL system call shims " Warner Losh
2026-05-18 21:27 ` [PATCH v2 33/37] bsd-user: Add os-extattr.c with ACL conversion functions Warner Losh
2026-05-18 21:27 ` [PATCH v2 34/37] bsd-user: Add extended attribute and ACL system call dispatch Warner Losh
2026-05-18 21:27 ` [PATCH v2 35/37] bsd-user: Add scheduler and cpuset functions to os-misc.h Warner Losh
2026-05-18 21:27 ` [PATCH v2 36/37] bsd-user: Add kmod, posix, and misc " Warner Losh
2026-05-18 21:27 ` [PATCH v2 37/37] bsd-user: Add scheduler, cpuset, kmod, and misc syscall dispatch Warner Losh
2026-05-23 0:03 ` [PATCH v2 00/37] bsd-user: Upstream most of the remaining system calls Pierrick Bouvier
2026-05-23 0:40 ` Warner Losh
2026-05-23 1:19 ` Pierrick Bouvier
2026-05-23 18:56 ` Helge Deller
2026-05-25 2:17 ` Warner Losh
2026-06-03 9:18 ` Daniel P. Berrangé
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=c331aa94-ffdf-4cc4-b46c-660f381f5437@oss.qualcomm.com \
--to=pierrick.bouvier@oss.qualcomm.com \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.