]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Remove unused s390_cpu_[un]halt() user stubs
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 8 Jul 2025 09:57:43 +0000 (11:57 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 11 Jul 2025 08:33:56 +0000 (10:33 +0200)
commit40c94731c4495e78f0f7402890eb01a0f43a64ca
tree374baef668e495f9c8127b56a046f6a191178e09
parent3b1cf40dd665a0c4c38bc339fea6eacf1742b46c
target/s390x: Remove unused s390_cpu_[un]halt() user stubs

Since commit da944885469 ("target/s390x: make helper.c
sysemu-only") target/s390x/helper.c is only built for
system mode, so s390_cpu_halt() and s390_cpu_unhalt()
are never called from user mode.

Fixes: da944885469 ("target/s390x: make helper.c sysemu-only")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250708095746.12697-2-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/s390x-internal.h