On Wed, 30 Jul 2025 at 01:38, 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/elfload.c | 8 +------ > linux-user/microblaze/cpu_loop.c | 39 ++++---------------------------- > 2 files changed, 6 insertions(+), 41 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM