On Wed, 30 Jul 2025 at 01:19, 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. > > Note that init_thread had set ps in target_pt_regs, but > target_cpu_copy_regs did not copy to env. This turns out to be > ok because alpha_cpu_initfn initializes flags properly. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM