qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 04/16] bsd-user: Move system FreeBSD call table to freebsd/os


From: Richard Henderson
Subject: Re: [PATCH 04/16] bsd-user: Move system FreeBSD call table to freebsd/os-syscall.c
Date: Sat, 8 Apr 2023 12:04:17 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 4/5/23 14:36, Warner Losh wrote:
Move the system call table, and FreeBSD helper routines out of strace.c.
We do not support multiple BSD-types in one binary, so simplify things
by moving it.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/freebsd/os-syscall.c | 19 +++++++++++++++++++
  bsd-user/qemu.h               |  5 -----
  bsd-user/strace.c             | 17 -----------------
  3 files changed, 19 insertions(+), 22 deletions(-)

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


r~



reply via email to

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