On 8/11/26 11:34, Philippe Mathieu-Daudé wrote:
API cleanups, mostly removing system-specific code out of
cpu-common.c. Code churn renaming functions, in the hope
to make things a bit simpler to understand.
Small patch set extracted from a series clarifying CPU /
accel synchronization, itself a preliminary work to introduce
split acceleration, eventually.
Philippe Mathieu-Daudé (8):
hw/cpu: Correct CPU_GET_CLASS() comment
hw/cpu: Include missing 'qemu/accel.h' header
hw/cpu: Move internal declarations to new 'cpu-internal.h' header
hw/cpu: Rename cpu_common_realizefn() -> cpu_exec_realize()
hw/cpu: Rename cpu_exec_realizefn() -> cpu_common_realize()
hw/cpu: Rename cpu_exec_unrealizefn() -> cpu_common_unrealize()
hw/cpu: Extract cpu_exec_realize() out of cpu_common_realizefn()
hw/cpu: Move system-specific cpu_exec_realize() to cpu-system.c
Reviewed-by: Richard Henderson <[email protected]>
r~