accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 23 Jan 2025 12:39:05 +0000 (13:39 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
commit0f66536a012b2d1b02818bbb2d24485205fc2f64
tree79b9e685a8bb02a537e3d0dd2c10b543294ea859
parentb12a0f856691264bc1a8f0ed1e5e62649cea7fd2
accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'

The heavily imported "system/cpus.h" header includes "accel-ops.h"
to get AccelOpsClass type declaration. Reduce headers pressure by
forward declaring it in "qemu/typedefs.h", where we already
declare the AccelCPUState type.

Reduce "system/cpus.h" inclusions by only including
"system/accel-ops.h" when necessary.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250123234415.59850-14-philmd@linaro.org>
19 files changed:
accel/accel-system.c
accel/hvf/hvf-accel-ops.c
accel/kvm/kvm-accel-ops.c
accel/qtest/qtest.c
accel/tcg/cpu-exec-common.c
accel/tcg/cpu-exec.c
accel/tcg/monitor.c
accel/tcg/tcg-accel-ops.c
accel/tcg/translate-all.c
accel/xen/xen-all.c
cpu-common.c
cpu-target.c
gdbstub/system.c
include/qemu/typedefs.h
include/system/accel-ops.h
include/system/cpus.h
system/cpus.c
target/i386/nvmm/nvmm-accel-ops.c
target/i386/whpx/whpx-accel-ops.c