@samitouri / QOSamiQemu / commits / 0eb25d4ad5

hw/mips: 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-28-philmd@linaro.org>

Philippe Mathieu-Daudé committed Mar 13, 2026 at 06:09 UTC 0eb25d4ad51c87144bf73435bc331a9f88e69548
6 files changed +6 -6
hw/mips/bootloader.c
+1 -1
@@ -11,7 +11,7 @@
11
12 #include "qemu/osdep.h"
13 #include "qemu/bitops.h"
14 -#include "cpu.h"
14 +#include "target/mips/cpu.h"
15 #include "hw/mips/bootloader.h"
16
17 typedef enum bl_reg {
hw/mips/fuloong2e.c
+1 -1
@@ -22,7 +22,7 @@
22 #include "qemu/datadir.h"
23 #include "qemu/units.h"
24 #include "qapi/error.h"
25 -#include "cpu.h"
25 +#include "target/mips/cpu.h"
26 #include "hw/core/clock.h"
27 #include "net/net.h"
28 #include "hw/core/boards.h"
hw/mips/jazz.c
+1 -1
@@ -52,7 +52,7 @@
52 #ifdef CONFIG_TCG
53 #include "accel/tcg/cpu-ops.h"
54 #endif /* CONFIG_TCG */
55 -#include "cpu.h"
55 +#include "target/mips/cpu.h"
56
57 enum jazz_model_e {
58 JAZZ_MAGNUM,
hw/mips/malta.c
+1 -1
@@ -61,7 +61,7 @@
61 #include "hw/core/qdev-clock.h"
62 #include "target/mips/internal.h"
63 #include "trace.h"
64 -#include "cpu.h"
64 +#include "target/mips/cpu.h"
65
66 #define ENVP_PADDR 0x2000
67 #define ENVP_VADDR cpu_mips_phys_to_kseg0(NULL, ENVP_PADDR)
hw/misc/mips_cpc.c
+1 -1
@@ -19,7 +19,7 @@
19
20 #include "qemu/osdep.h"
21 #include "qapi/error.h"
22 -#include "cpu.h"
22 +#include "target/mips/cpu.h"
23 #include "qemu/log.h"
24 #include "qemu/module.h"
25 #include "hw/core/cpu.h"
include/hw/intc/mips_gic.h
+1 -1
@@ -14,7 +14,7 @@
14 #include "qemu/units.h"
15 #include "hw/timer/mips_gictimer.h"
16 #include "hw/core/sysbus.h"
17 -#include "cpu.h"
17 +#include "target/mips/cpu.h"
18 #include "qom/object.h"
19 /*
20 * GIC Specific definitions