On 9/2/21 6:15 PM, Philippe Mathieu-Daudé wrote:
Introduce an accelerator-specific has_work() handler. Eventually call it from cpu_has_work(). Signed-off-by: Philippe Mathieu-Daudé<f4bug@xxxxxxxxx> --- include/sysemu/accel-ops.h | 5 +++++ softmmu/cpus.c | 3 +++ 2 files changed, 8 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~