]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Propagate CPUS390XState to cpu_unmap_lowcore()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 2 Oct 2025 09:11:28 +0000 (11:11 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 10 Oct 2025 08:02:51 +0000 (10:02 +0200)
commitc35b166c1dc2d0332d2199ea8f36cf4eaa9eda35
tree4f5b98434058f709466531ddca1b3706bbaa58ea
parentd24ac20c6a86b32d64b90a90693c97086eba0f33
target/s390x: Propagate CPUS390XState to cpu_unmap_lowcore()

To be able to access the CPU state in cpu_unmap_lowcore()
in the next commit, propagate it as argument.
cpu_map_lowcore() already takes it.

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