[PULL 0/6] Bsd user preen 2022q2 patches

Warner Losh posted 6 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220611135514.92882-1-imp@bsdimp.com
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
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
[PULL 0/6] Bsd user preen 2022q2 patches
Posted by Warner Losh 1 year, 11 months ago
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.

----------------------------------------------------------------

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

-- 
2.33.1
Re: [PULL 0/6] Bsd user preen 2022q2 patches
Posted by Richard Henderson 1 year, 11 months ago
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
>