Re: [PATCH 0/8] hw/cpu: Slightly sanitize CPU API
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.kernel.vger.kvm,org.nongnu.qemu-arm,org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 11/8/26 20: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 Series queued.