On Sun, 3 Aug 2025 at 00:07, Richard Henderson <richard.hender...@linaro.org> wrote: > > Merge init_thread and target_cpu_copy_regs. > There's no point going through a target_pt_regs intermediate. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/arm/cpu_loop.c | 52 +++++++++++++++++++++++++++++++-------- > linux-user/elfload.c | 41 +----------------------------- > 2 files changed, 43 insertions(+), 50 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM