On Thu, 28 Aug 2025 at 13:14, Richard Henderson <[email protected]> wrote: > > Remove the target_pt_regs; add target_use_pt_regs to
"user" > target_ptrace.h, which matches what is actually used. > Remove xtensa_reg_t and xtregs_opt_t. > > Signed-off-by: Richard Henderson <[email protected]> > --- > linux-user/xtensa/target_ptrace.h | 22 +++++++++++++++++++ > linux-user/xtensa/target_syscall.h | 35 ------------------------------ > 2 files changed, 22 insertions(+), 35 deletions(-) > create mode 100644 linux-user/xtensa/target_ptrace.h > Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
