]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/i386: Create init_main_thread
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Jul 2025 20:17:44 +0000 (10:17 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Aug 2025 20:39:25 +0000 (06:39 +1000)
commit8d4020dd025dc37d9003c6a514e758d8c6ef99b9
tree5cf3a74c260873537726bf314b19c4410d4d9215
parent1f2f4c0fbcc527f47e2f9d5708ae7df824bd574f
linux-user/i386: Create init_main_thread

Merge init_thread and target_cpu_copy_regs.
There's no point going through a target_pt_regs intermediate.
Temporarily introduce HAVE_INIT_MAIN_THREAD during conversion.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c
linux-user/i386/cpu_loop.c
linux-user/qemu.h