Re: [PATCH 10/18] bsd-user: Add RISC-V thread setup and initialization support

2024-08-02 Thread Warner Losh
On Fri, Aug 2, 2024 at 7:30 AM Richard Henderson < richard.hender...@linaro.org> wrote: > On 8/2/24 18:34, Ajeet Singh wrote: > > From: Mark Corbin > > > > Implemented functions for setting up and initializing threads in the > > RISC-V architecture. > > The 'target_thread_set_upcall' function set

Re: [PATCH 10/18] bsd-user: Add RISC-V thread setup and initialization support

2024-08-02 Thread Richard Henderson
On 8/2/24 18:34, Ajeet Singh wrote: From: Mark Corbin Implemented functions for setting up and initializing threads in the RISC-V architecture. The 'target_thread_set_upcall' function sets up the stack pointer, program counter, and function argument for new threads. The 'target_thread_init' fun

[PATCH 10/18] bsd-user: Add RISC-V thread setup and initialization support

2024-08-02 Thread Ajeet Singh
From: Mark Corbin Implemented functions for setting up and initializing threads in the RISC-V architecture. The 'target_thread_set_upcall' function sets up the stack pointer, program counter, and function argument for new threads. The 'target_thread_init' function initializes thread registers bas