Re: [PATCH v7 00/17] bsd-user: Comprehensive RISCV Support

2024-09-23 Thread Alistair Francis
On Tue, Sep 17, 2024 at 1:54 AM Ajeet Singh wrote: > > Key Changes Compared to Version 6: > Included "signal-common.h" in target_arch_cpu.h > > Mark Corbin (15): > bsd-user: Implement RISC-V CPU initialization and main loop > bsd-user: Add RISC-V CPU execution loop and syscall handling > bsd

Re: [PATCH v7 00/17] bsd-user: Comprehensive RISCV Support

2024-09-16 Thread Daniel Henrique Barboza
On 9/16/24 12:51 PM, Ajeet Singh wrote: Key Changes Compared to Version 6: Included "signal-common.h" in target_arch_cpu.h Thanks. This version is successfully compiling in a FreeBSD x86 host. Daniel Mark Corbin (15): bsd-user: Implement RISC-V CPU initialization and main loop bsd

[PATCH v7 00/17] bsd-user: Comprehensive RISCV Support

2024-09-16 Thread Ajeet Singh
Key Changes Compared to Version 6: Included "signal-common.h" in target_arch_cpu.h Mark Corbin (15): bsd-user: Implement RISC-V CPU initialization and main loop bsd-user: Add RISC-V CPU execution loop and syscall handling bsd-user: Implement RISC-V CPU register cloning and reset functions