On Wed, 30 Jul 2025 at 01:38, Richard Henderson <[email protected]> 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 <[email protected]> > --- > linux-user/s390x/target_syscall.h | 22 ---------------------- > linux-user/s390x/signal.c | 5 +++++ > 2 files changed, 5 insertions(+), 22 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
