qemu/bsd-user/riscv
Mark Corbin 207e80c940 bsd-user: Implement RISC-V sysarch system call emulation
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@dibsco.co.uk>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240916155119.14610-9-itachis@FreeBSD.org>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2024-10-02 15:11:52 +10:00
..
target_arch_cpu.c bsd-user: Implement RISC-V TLS register setup 2024-10-02 15:11:52 +10:00
target_arch_cpu.h bsd-user: Implement RISC-V CPU register cloning and reset functions 2024-10-02 15:11:52 +10:00
target_arch_elf.h bsd-user: Add RISC-V ELF definitions and hardware capability detection 2024-10-02 15:11:52 +10:00
target_arch_reg.h bsd-user: Define RISC-V register structures and register copying 2024-10-02 15:11:52 +10:00
target_arch_sigtramp.h bsd-user: Add RISC-V signal trampoline setup function 2024-10-02 15:11:52 +10:00
target_arch_sysarch.h bsd-user: Implement RISC-V sysarch system call emulation 2024-10-02 15:11:52 +10:00
target_arch.h bsd-user: Implement RISC-V TLS register setup 2024-10-02 15:11:52 +10:00