On Wed, Nov 30, 2022 at 4:43 PM Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > On 30/11/22 16:17, Fabiano Rosas wrote: > > Philippe Mathieu-Daudé <phi...@linaro.org> writes: > > > >> Move "qemu/accel.h" include from the heavily included > >> "hw/boards.h" to hw/core/machine.c, the single file using > >> the AccelState definition. > > > > Do you mean accel_init_interfaces() and ACCEL_GET_CLASS? I don't see > > AccelState explicitly. > > Paolo, do you mind fixing with: > > Move "qemu/accel.h" include from the heavily included > "hw/boards.h" to hw/core/machine.c, the single file using > accel-related definitions.
Can do, thanks for the suggestion. Paolo