]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/s390x: Create target_ptrace.h
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Aug 2025 11:13:03 +0000 (21:13 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:04:04 +0000 (07:04 +1000)
commit71c2c79815fafe6d509ca1a76bc67d6041aaa37b
treea9c95900f5415ee0f7505320983f1bf41c0f0422
parent8ad5f12426dd6218db4753722ab240a16a235259
linux-user/s390x: Create target_ptrace.h

Move target_psw_t to target_ptrace.h.  Note that abi_ulong already
has an attribute for 8-byte alignment, so there's no need to carry
another on target_psw_t.

Remove the target_pt_regs; add target_s390x_reg to target_ptrace.h,
which matches what is actually used.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/s390x/signal.c
linux-user/s390x/target_ptrace.h [new file with mode: 0644]
linux-user/s390x/target_syscall.h