qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 32/43] bsd-user: Rewrite target system call definintion gl


From: Warner Losh
Subject: Re: [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue
Date: Sun, 5 Sep 2021 08:38:07 -0600



On Sun, Sep 5, 2021 at 4:33 AM Richard Henderson <richard.henderson@linaro.org> wrote:
On 9/3/21 1:47 AM, imp@bsdimp.com wrote:
> From: Warner Losh<imp@FreeBSD.org>
>
> Rewrite target definnitions to interface with the FreeBSD system calls.
> This covers basic types (time_t, iovec, umtx_time, timespec, timeval,
> rusage, rwusage) and basic defines (mmap, rusage). Also included are
> FreeBSD version-specific variations.
>
> Signed-off-by: Stacey Son<sson@FreeBSD.org>
> Signed-off-by: Warner Losh<imp@bsdimp.com>
> ---
>   bsd-user/bsd-mman.h     | 121 --------------------
>   bsd-user/mmap.c         |   2 -
>   bsd-user/syscall_defs.h | 247 ++++++++++++++++++++++++++--------------
>   3 files changed, 162 insertions(+), 208 deletions(-)
>   delete mode 100644 bsd-user/bsd-mman.h

I think I gave you an
Acked-by: Richard Henderson <richard.henderson@linaro.org>

Ah, so you did. I'm still honing my patch handling skills...

Warner

reply via email to

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