From: Richard Henderson <richard.henderson@linaro.org>
To: Warner Losh <imp@bsdimp.com>, qemu-devel@nongnu.org
Cc: def@freebsd.org, arrowd@freebsd.org,
Kyle Evans <kevans@freebsd.org>,
jrtc27@FreeBSD.org
Subject: Re: [PULL 0/6] Bsd user preen 2022q2 patches
Date: Sat, 11 Jun 2022 21:12:59 -0700 [thread overview]
Message-ID: <a4c83d84-25f5-13ee-5e36-a2fba2b17a2b@linaro.org> (raw)
In-Reply-To: <20220611135514.92882-1-imp@bsdimp.com>
On 6/11/22 06:55, Warner Losh wrote:
> The following changes since commit 2663c41cfa2c3be34c62de97902a375b81027efd:
>
> Merge tag 'pull-target-arm-20220610' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-06-10 13:16:48 -0700)
>
> are available in the Git repository at:
>
> ssh://git@github.com/qemu-bsd-user/qemu-bsd-user.git tags/bsd-user-preen-2022q2-pull-request
>
> for you to fetch changes up to 9554d33076771dcc284dc3fa1a87cd0e24b91d9d:
>
> bsd-user/freebsd/os-syscall.c: Implement exit (2022-06-10 22:03:50 -0600)
>
> ----------------------------------------------------------------
> bsd-user upstreaming: read, write and exit
>
> This series of patches continues the effort to get system calls working
> upstream. This series was cleaved off a prior series to give me time to rework
> based on the feedback from the first time I posted these. read, write and exit
> are implemented, along with a few helper functions and tracing.
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.
r~
>
> ----------------------------------------------------------------
>
> Warner Losh (6):
> bsd-user/freebsd/os-syscall.c: lock_iovec
> bsd-user/freebsd/os-syscall.c: unlock_iovec
> bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
> bsd-user/bsd-file.h: Add implementations for read, pread, readv and
> preadv
> bsd-user/bsd-file.h: Meat of the write system calls
> bsd-user/freebsd/os-syscall.c: Implement exit
>
> bsd-user/bsd-file.h | 163 +++++++++++++++++++++++++
> bsd-user/bsd-proc.h | 42 +++++++
> bsd-user/freebsd/os-syscall.c | 217 +++++++++++++++++++++++++++++++++-
> 3 files changed, 418 insertions(+), 4 deletions(-)
> create mode 100644 bsd-user/bsd-proc.h
>
prev parent reply other threads:[~2022-06-12 4:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-11 13:55 [PULL 0/6] Bsd user preen 2022q2 patches Warner Losh
2022-06-11 13:55 ` [PULL 1/6] bsd-user/freebsd/os-syscall.c: lock_iovec Warner Losh
2022-06-11 13:55 ` [PULL 2/6] bsd-user/freebsd/os-syscall.c: unlock_iovec Warner Losh
2022-06-11 13:55 ` [PULL 3/6] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate Warner Losh
2022-06-11 13:55 ` [PULL 4/6] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv Warner Losh
2022-06-11 13:55 ` [PULL 5/6] bsd-user/bsd-file.h: Meat of the write system calls Warner Losh
2022-06-11 13:55 ` [PULL 6/6] bsd-user/freebsd/os-syscall.c: Implement exit Warner Losh
2022-06-12 4:12 ` Richard Henderson [this message]
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=a4c83d84-25f5-13ee-5e36-a2fba2b17a2b@linaro.org \
--to=richard.henderson@linaro.org \
--cc=arrowd@freebsd.org \
--cc=def@freebsd.org \
--cc=imp@bsdimp.com \
--cc=jrtc27@FreeBSD.org \
--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 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).