|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 03/30] hw/core: Un-inline cpu_has_work() |
Date: | Fri, 3 Sep 2021 22:11:53 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
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@amsat.org> --- include/hw/core/cpu.h | 8 +------- softmmu/cpus.c | 8 ++++++++ 2 files changed, 9 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |