On 4/4/25 18:59, Pierrick Bouvier wrote:
On 4/3/25 16:49, Philippe Mathieu-Daudé wrote:
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
accel/accel-common.c | 142 +++++++++++++++++++++++++++++++++++++++++++
accel/accel-target.c | 129 ---------------------------------------
accel/meson.build | 1 +
3 files changed, 143 insertions(+), 129 deletions(-)
create mode 100644 accel/accel-common.c
It seems that only accel_cpu_type is left in accel-target.c after that.
Couldn't we move that to TargetInfo, so the whole accel-target.c file
can become common instead?
IIUC "accel/accel-cpu-target.h" defines the AccelCPUClass QOM
CLASS_CHECKERS macros based on CPU_RESOLVING_TYPE.
If there is something I missed, I'm ok with the current change.
Thanks.
I just feel the last 3 commits, and this one, are a bit disconnected
from the series.
OK, will do.