On Thu, 28 Aug 2025 at 13:10, Richard Henderson <richard.hender...@linaro.org> wrote: > > Remove the target_pt_regs structure from target_syscall.h. > Add target_user_pt_regs to target_ptrace.h, which matches > what is actually used on loongarch64. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/loongarch64/target_ptrace.h | 15 +++++++++++++++ > linux-user/loongarch64/target_syscall.h | 23 ----------------------- > 2 files changed, 15 insertions(+), 23 deletions(-) > create mode 100644 linux-user/loongarch64/target_ptrace.h >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM