Re: [PATCH 07/28] cpus: Introduce SysemuCPUOps::has_work() handler

2025-01-24 Thread Richard Henderson
On 1/21/25 06:23, Philippe Mathieu-Daudé wrote: SysemuCPUOps::has_work() is similar to CPUClass::has_work(), but only exposed on system emulation. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/sysemu-cpu-ops.h | 4 hw/core/cpu-system.c | 4 2 files changed,

[PATCH 07/28] cpus: Introduce SysemuCPUOps::has_work() handler

2025-01-21 Thread Philippe Mathieu-Daudé
SysemuCPUOps::has_work() is similar to CPUClass::has_work(), but only exposed on system emulation. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/sysemu-cpu-ops.h | 4 hw/core/cpu-system.c | 4 2 files changed, 8 insertions(+) diff --git a/include/hw/core/sysemu