On Thu, 28 Aug 2025 at 13:13, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move the target_pt_regs structure from target_syscall.h. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/ppc/target_ptrace.h | 26 ++++++++++++++++++++++++++ > linux-user/ppc/target_syscall.h | 28 ---------------------------- > 2 files changed, 26 insertions(+), 28 deletions(-) > create mode 100644 linux-user/ppc/target_ptrace.h
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM