hw/m68k: Include full path to target 'cpu.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-26-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 13, 2026 at 06:09 UTC
7c85f3a5b134d33321709fd8de304da83c0c1912
8 files changed
+8
-8
hw/intc/m68k_irqc.c
+1
-1
@@ -8,7 +8,7 @@
8
*/
9
10
#include "qemu/osdep.h"
11
-#include "cpu.h"
11
+#include "target/m68k/cpu.h"
12
#include "migration/vmstate.h"
13
#include "hw/core/qdev-properties.h"
14
#include "hw/core/nmi.h"
hw/m68k/an5206.c
+1
-1
@@ -8,7 +8,7 @@
8
9
#include "qemu/osdep.h"
10
#include "qapi/error.h"
11
-#include "cpu.h"
11
+#include "target/m68k/cpu.h"
12
#include "hw/m68k/mcf.h"
13
#include "hw/core/boards.h"
14
#include "hw/core/loader.h"
hw/m68k/mcf5206.c
+1
-1
@@ -9,7 +9,7 @@
9
#include "qemu/osdep.h"
10
#include "qemu/error-report.h"
11
#include "qemu/log.h"
12
-#include "cpu.h"
12
+#include "target/m68k/cpu.h"
13
#include "hw/core/qdev-properties.h"
14
#include "hw/core/boards.h"
15
#include "hw/core/irq.h"
hw/m68k/mcf5208.c
+1
-1
@@ -20,7 +20,7 @@
20
#include "qemu/log.h"
21
#include "qapi/error.h"
22
#include "qemu/datadir.h"
23
-#include "cpu.h"
23
+#include "target/m68k/cpu.h"
24
#include "hw/core/irq.h"
25
#include "hw/m68k/mcf.h"
26
#include "hw/m68k/mcf_fec.h"
hw/m68k/mcf_intc.c
+1
-1
@@ -10,7 +10,7 @@
10
#include "qapi/error.h"
11
#include "qemu/module.h"
12
#include "qemu/log.h"
13
-#include "cpu.h"
13
+#include "target/m68k/cpu.h"
14
#include "hw/core/irq.h"
15
#include "hw/core/sysbus.h"
16
#include "hw/m68k/mcf.h"
hw/m68k/q800-glue.c
+1
-1
@@ -21,7 +21,7 @@
21
*/
22
23
#include "qemu/osdep.h"
24
-#include "cpu.h"
24
+#include "target/m68k/cpu.h"
25
#include "hw/m68k/q800-glue.h"
26
#include "hw/core/boards.h"
27
#include "hw/core/irq.h"
hw/m68k/q800.c
+1
-1
@@ -26,7 +26,7 @@
26
#include "qemu/guest-random.h"
27
#include "exec/target_page.h"
28
#include "system/system.h"
29
-#include "cpu.h"
29
+#include "target/m68k/cpu.h"
30
#include "hw/core/boards.h"
31
#include "hw/core/or-irq.h"
32
#include "elf.h"
hw/m68k/virt.c
+1
-1
@@ -12,7 +12,7 @@
12
#include "qemu/guest-random.h"
13
#include "exec/target_page.h"
14
#include "system/system.h"
15
-#include "cpu.h"
15
+#include "target/m68k/cpu.h"
16
#include "hw/core/boards.h"
17
#include "hw/core/qdev-properties.h"
18
#include "elf.h"