Re: [PATCH 37/89] linux-user/hppa: Create init_main_thread

2025-08-01 Thread Peter Maydell
On Wed, 30 Jul 2025 at 01:22, Richard Henderson wrote: > > Merge init_thread and target_cpu_copy_regs. > There's no point going through a target_pt_regs intermediate. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 37/89] linux-user/hppa: Create init_main_thread

2025-07-29 Thread Richard Henderson
Merge init_thread and target_cpu_copy_regs. There's no point going through a target_pt_regs intermediate. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 13 + linux-user/hppa/cpu_loop.c | 18 +++--- 2 files changed, 12 insertions(+), 19 deletions(-) di