On Wed, 30 Jul 2025 at 01:38, Richard Henderson <richard.hender...@linaro.org> wrote: > > Remove struct target_pt_regs as unused. > Move target_psw_t to signal.c, as it is used there. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/s390x/target_syscall.h | 22 ---------------------- > linux-user/s390x/signal.c | 5 +++++ > 2 files changed, 5 insertions(+), 22 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM