On 30/11/22 16:17, Fabiano Rosas wrote:
Philippe Mathieu-Daudé <[email protected]> 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.
Oops you are right...
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.
or do you want me to respin a v2?
Anyway,
Reviewed-by: Fabiano Rosas <[email protected]>
Thanks!
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hw/core/machine.c | 1 +
include/hw/boards.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)