On 9/2/21 6:15 PM, Philippe Mathieu-Daudé wrote:
We want to make cpu_has_work() per-accelerator. Only declare its prototype and move its definition to softmmu/cpus.c. Signed-off-by: Philippe Mathieu-Daudé<f4bug@xxxxxxxxx> --- include/hw/core/cpu.h | 8 +------- softmmu/cpus.c | 8 ++++++++ 2 files changed, 9 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~