Re: [PATCH 02/17] bsd-user: Make init_task_state global

2024-08-04 Thread Richard Henderson
On 8/3/24 09:56, Warner Losh wrote: Restore init_task_state to its global status. It's needed for threading support outside of main. Signed-off-by: Warner Losh --- bsd-user/main.c | 2 +- bsd-user/qemu.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson

[PATCH 02/17] bsd-user: Make init_task_state global

2024-08-02 Thread Warner Losh
Restore init_task_state to its global status. It's needed for threading support outside of main. Signed-off-by: Warner Losh --- bsd-user/main.c | 2 +- bsd-user/qemu.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bsd-user/main.c b/bsd-user/main.c index cc980e6f401..4d29e1