On 02/10/2025 11.11, Philippe Mathieu-Daudé wrote:
s390_store_status() is only called within sigp.c,
move it and the SigpSaveArea structure definition
there where it belongs, with other SIGP handling
code.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/s390x/s390x-internal.h | 2 --
target/s390x/helper.c | 67 ----------------------------------
target/s390x/sigp.c | 68 +++++++++++++++++++++++++++++++++++
3 files changed, 68 insertions(+), 69 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>