Re: [PATCH v2 09/17] bsd-user: Add RISC-V thread setup and initialization support

2024-08-18 Thread Richard Henderson
On 8/17/24 03:09, 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' fu

[PATCH v2 09/17] bsd-user: Add RISC-V thread setup and initialization support

2024-08-16 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