qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 09/18] bsd-user: Implement RISC-V sysarch system call emulati


From: Richard Henderson
Subject: Re: [PATCH 09/18] bsd-user: Implement RISC-V sysarch system call emulation
Date: Fri, 2 Aug 2024 23:27:09 +1000
User-agent: Mozilla Thunderbird

On 8/2/24 18:34, Ajeet Singh wrote:
From: Mark Corbin <mark.corbin@embecsom.com>

Added the 'do_freebsd_arch_sysarch' function to emulate the 'sysarch'
system call for the RISC-V architecture.
Currently, this function returns '-TARGET_EOPNOTSUPP' to indicate that
the operation is not supported.

Signed-off-by: Mark Corbin <mark.corbin@embecsom.com>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
---
  bsd-user/riscv/target_arch_sysarch.h | 41 ++++++++++++++++++++++++++++
  1 file changed, 41 insertions(+)
  create mode 100644 bsd-user/riscv/target_arch_sysarch.h

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

r~



reply via email to

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