qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 09/22] bsd-user/freebsd/os-syscall.c: Move syscall processing


From: Richard Henderson
Subject: Re: [PATCH 09/22] bsd-user/freebsd/os-syscall.c: Move syscall processing here
Date: Wed, 2 Feb 2022 04:37:02 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/1/22 22:14, Warner Losh wrote:
While there is some commonality between *BSD syscall processing, there's
a number of differences and the system call numbers and ABIs have been
independent since the late 90s. Move FreeBSD's proessing here and delete
it.

The upstream implementation is somewhat different than the current
implementation. It will be much easier to upstream these from scratch,
justifying the final result, rather than working out the diffs and
justifying the changes. Also tweak a comment to qemu standard form.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/freebsd/os-syscall.c | 68 +++++++++++++++++++++++++++++++++++
  1 file changed, 68 insertions(+)
  create mode 100644 bsd-user/freebsd/os-syscall.c

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

r~



reply via email to

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