Re: [PATCH 40/89] linux-user: Remove do_init_main_thread

2025-08-01 Thread Peter Maydell
On Wed, 30 Jul 2025 at 01:31, Richard Henderson wrote: > > All targets have been converted, so we can call init_main_thread > directly. Remove do_init_main_thread and HAVE_INIT_MAIN_THREAD. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 40/89] linux-user: Remove do_init_main_thread

2025-07-29 Thread Richard Henderson
All targets have been converted, so we can call init_main_thread directly. Remove do_init_main_thread and HAVE_INIT_MAIN_THREAD. Signed-off-by: Richard Henderson --- linux-user/loader.h | 1 - linux-user/qemu.h| 2 -- linux-user/elfload.c | 46