]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Reduce s390_store_adtl_status() scope
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 2 Oct 2025 09:11:30 +0000 (11:11 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 10 Oct 2025 08:02:51 +0000 (10:02 +0200)
commit1819902285177c8781ab4ef92cc44e0882c0dec5
treefcbb563bec36ace8cb7c905e961bcba848d49271
parent64321858d0735191b6160ba78f2282a67df6d9d9
target/s390x: Reduce s390_store_adtl_status() scope

s390_store_adtl_status() is only called within sigp.c,
move it and the SigpAdtlSaveArea structure definition
there where it belongs, with other SIGP handling code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251002091132.65703-8-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/helper.c
target/s390x/s390x-internal.h
target/s390x/sigp.c