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

Move has_work() from CPUClass to SysemuCPUOps,
restrict x86_cpu_pending_interrupt() to system.

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