]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Move has_work() from CPUClass to SysemuCPUOps
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 21 Jan 2025 12:07:44 +0000 (13:07 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 9 Mar 2025 16:00:47 +0000 (17:00 +0100)
commitf54c047e866802aa9c82f226dbb6b2542c4ff245
tree74151a1591e6025756858afa9c8771a3e8933d9b
parent0df9781074cab07dcb526b6e83bd0570eab3afe8
target/s390x: Move has_work() from CPUClass to SysemuCPUOps

Move has_work() from CPUClass to SysemuCPUOps, move
s390_cpu_has_work() to cpu-system.c so it is only build
for system emulation binaries, restrict functions not
used anymore on user emulation in interrupt.c.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250125170125.32855-20-philmd@linaro.org>
target/s390x/cpu-system.c
target/s390x/cpu.c
target/s390x/interrupt.c
target/s390x/s390x-internal.h