hw/arm: Include full path to target 'cpu.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-22-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 13, 2026 at 06:08 UTC
ca8883f016d66b1c3a31b7ecda1158ea4d55aa56
13 files changed
+13
-13
hw/arm/boot.c
+1
-1
@@ -14,7 +14,7 @@
14
#include <libfdt.h>
15
#include "hw/arm/boot.h"
16
#include "hw/arm/linux-boot-if.h"
17
-#include "cpu.h"
17
+#include "target/arm/cpu.h"
18
#include "exec/tswap.h"
19
#include "exec/target_page.h"
20
#include "system/kvm.h"
hw/arm/exynos4210.c
+1
-1
@@ -24,7 +24,7 @@
24
#include "qemu/osdep.h"
25
#include "qapi/error.h"
26
#include "exec/tswap.h"
27
-#include "cpu.h"
27
+#include "target/arm/cpu.h"
28
#include "hw/cpu/a9mpcore.h"
29
#include "hw/core/irq.h"
30
#include "system/blockdev.h"
hw/arm/mps3r.c
+1
-1
@@ -29,7 +29,7 @@
29
#include "qapi/error.h"
30
#include "qobject/qlist.h"
31
#include "system/address-spaces.h"
32
-#include "cpu.h"
32
+#include "target/arm/cpu.h"
33
#include "system/system.h"
34
#include "hw/core/boards.h"
35
#include "hw/core/or-irq.h"
hw/arm/omap1.c
+1
-1
@@ -22,7 +22,7 @@
22
#include "qemu/error-report.h"
23
#include "qemu/main-loop.h"
24
#include "qapi/error.h"
25
-#include "cpu.h"
25
+#include "target/arm/cpu.h"
26
#include "system/address-spaces.h"
27
#include "exec/cpu-common.h"
28
#include "hw/core/hw-error.h"
hw/arm/realview.c
+1
-1
@@ -9,7 +9,7 @@
9
10
#include "qemu/osdep.h"
11
#include "qapi/error.h"
12
-#include "cpu.h"
12
+#include "target/arm/cpu.h"
13
#include "hw/core/sysbus.h"
14
#include "hw/arm/boot.h"
15
#include "hw/arm/primecell.h"
hw/arm/smmuv3.c
+1
-1
@@ -26,7 +26,7 @@
26
#include "hw/core/qdev-properties.h"
27
#include "hw/core/qdev.h"
28
#include "hw/pci/pci.h"
29
-#include "cpu.h"
29
+#include "target/arm/cpu.h"
30
#include "exec/target_page.h"
31
#include "trace.h"
32
#include "qemu/log.h"
hw/intc/arm_gicv3_cpuif.c
+1
-1
@@ -19,7 +19,7 @@
19
#include "trace.h"
20
#include "gicv3_internal.h"
21
#include "hw/core/irq.h"
22
-#include "cpu.h"
22
+#include "target/arm/cpu.h"
23
#include "target/arm/cpregs.h"
24
#include "target/arm/cpu-features.h"
25
#include "target/arm/internals.h"
hw/intc/arm_gicv3_cpuif_common.c
+1
-1
@@ -11,7 +11,7 @@
11
12
#include "qemu/osdep.h"
13
#include "gicv3_internal.h"
14
-#include "cpu.h"
14
+#include "target/arm/cpu.h"
15
16
void gicv3_set_gicv3state(CPUState *cpu, GICv3CPUState *s)
17
{
include/hw/arm/digic.h
+1
-1
@@ -18,7 +18,7 @@
18
#ifndef HW_ARM_DIGIC_H
19
#define HW_ARM_DIGIC_H
20
21
-#include "cpu.h"
21
+#include "target/arm/cpu.h"
22
#include "hw/timer/digic-timer.h"
23
#include "hw/char/digic-uart.h"
24
#include "qom/object.h"
include/hw/arm/fsl-imx6.h
+1
-1
@@ -35,7 +35,7 @@
35
#include "hw/pci-host/designware.h"
36
#include "hw/core/or-irq.h"
37
#include "system/memory.h"
38
-#include "cpu.h"
38
+#include "target/arm/cpu.h"
39
#include "qom/object.h"
40
41
#define TYPE_FSL_IMX6 "fsl-imx6"
include/hw/arm/fsl-imx6ul.h
+1
-1
@@ -34,7 +34,7 @@
34
#include "hw/usb/chipidea.h"
35
#include "hw/usb/imx-usb-phy.h"
36
#include "system/memory.h"
37
-#include "cpu.h"
37
+#include "target/arm/cpu.h"
38
#include "qom/object.h"
39
#include "qemu/units.h"
40
include/hw/arm/fsl-imx7.h
+1
-1
@@ -37,7 +37,7 @@
37
#include "hw/pci-host/designware.h"
38
#include "hw/usb/chipidea.h"
39
#include "hw/core/or-irq.h"
40
-#include "cpu.h"
40
+#include "target/arm/cpu.h"
41
#include "qom/object.h"
42
#include "qemu/units.h"
43
include/hw/arm/fsl-imx8mp.h
+1
-1
@@ -9,7 +9,7 @@
9
#ifndef FSL_IMX8MP_H
10
#define FSL_IMX8MP_H
11
12
-#include "cpu.h"
12
+#include "target/arm/cpu.h"
13
#include "hw/char/imx_serial.h"
14
#include "hw/gpio/imx_gpio.h"
15
#include "hw/i2c/imx_i2c.h"