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: Richard Henderson
Subject: Re: [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue
Date: Sun, 5 Sep 2021 12:33:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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>



reply via email to

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