Re: [PATCH v3 21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h

2021-09-05 Thread Kyle Evans
On Thu, Sep 2, 2021 at 6:55 PM wrote: > > From: Warner Losh > > Update target_arch_elf.h to remove thread_init. Move its contents to > target_arch_thread.h and rename to target_thread_init(). Update > elfload.c to call it. Create thread_os_thread.h to hold the os specific > parts of the thread

[PATCH v3 21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h

2021-09-02 Thread imp
From: Warner Losh Update target_arch_elf.h to remove thread_init. Move its contents to target_arch_thread.h and rename to target_thread_init(). Update elfload.c to call it. Create thread_os_thread.h to hold the os specific parts of the thread and threat manipulation routines. Currently, it just