On 1/21/25 06:23, Philippe Mathieu-Daudé wrote:
Move has_work() from CPUClass to SysemuCPUOps, restrict x86_cpu_pending_interrupt() to system.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/i386/cpu.h | 4 ++-- target/i386/cpu.c | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
