qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 0/6] bsd-user upstreaming: read, write and exit


From: Richard Henderson
Subject: Re: [PATCH v2 0/6] bsd-user upstreaming: read, write and exit
Date: Thu, 9 Jun 2022 07:16:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/8/22 14:17, Warner Losh wrote:
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           |  43 +++++++
  bsd-user/freebsd/os-syscall.c | 217 +++++++++++++++++++++++++++++++++-
  3 files changed, 419 insertions(+), 4 deletions(-)
  create mode 100644 bsd-user/bsd-proc.h


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

r~



reply via email to

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