]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Create init_main_thread
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Jul 2025 21:04:34 +0000 (11:04 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Aug 2025 20:39:25 +0000 (06:39 +1000)
commit2eaaf04ad7f9eb5bd578f3f225d118c9eb0bef1d
treeba05a390b6e8610270acaf439a71fbfbe20859e7
parente872342837ed61af5f2ed15541375adf0c23e0eb
linux-user/aarch64: Create init_main_thread

Merge init_thread and target_cpu_copy_regs.
There's no point going through a target_pt_regs intermediate.

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