@samitouri / QOSamiQemu / commits / e6407b73a3

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

Philippe Mathieu-Daudé committed Mar 13, 2026 at 06:07 UTC e6407b73a39bcbdce26b37e33c22043fe9d00d8c
10 files changed +10 -10
hw/ppc/mpc8544_guts.c
+1 -1
@@ -20,7 +20,7 @@
20 #include "qemu/osdep.h"
21 #include "qemu/log.h"
22 #include "system/runstate.h"
23 -#include "cpu.h"
23 +#include "target/ppc/cpu.h"
24 #include "hw/core/sysbus.h"
25 #include "qom/object.h"
26
hw/ppc/mpc8544ds.c
+1 -1
@@ -15,7 +15,7 @@
15 #include "hw/ppc/openpic.h"
16 #include "qemu/error-report.h"
17 #include "qemu/units.h"
18 -#include "cpu.h"
18 +#include "target/ppc/cpu.h"
19
20 static void mpc8544ds_fixup_devtree(void *fdt)
21 {
hw/ppc/ppc440_uc.c
+1 -1
@@ -19,7 +19,7 @@
19 #include "hw/pci/pci.h"
20 #include "exec/cpu-common.h"
21 #include "system/reset.h"
22 -#include "cpu.h"
22 +#include "target/ppc/cpu.h"
23 #include "ppc440.h"
24
25 /*****************************************************************************/
hw/ppc/ppc4xx_devs.c
+1 -1
@@ -23,7 +23,7 @@
23 */
24
25 #include "qemu/osdep.h"
26 -#include "cpu.h"
26 +#include "target/ppc/cpu.h"
27 #include "hw/ppc/ppc4xx.h"
28 #include "hw/core/qdev-properties.h"
29 #include "qapi/error.h"
hw/ppc/ppc_booke.c
+1 -1
@@ -23,7 +23,7 @@
23 */
24
25 #include "qemu/osdep.h"
26 -#include "cpu.h"
26 +#include "target/ppc/cpu.h"
27 #include "exec/target_page.h"
28 #include "hw/ppc/ppc.h"
29 #include "qemu/timer.h"
hw/ppc/prep_systemio.c
+1 -1
@@ -33,7 +33,7 @@
33 #include "qemu/error-report.h" /* for error_report() */
34 #include "qemu/module.h"
35 #include "system/runstate.h"
36 -#include "cpu.h"
36 +#include "target/ppc/cpu.h"
37 #include "trace.h"
38
39 #define TYPE_PREP_SYSTEMIO "prep-systemio"
hw/ppc/spapr_vhyp_mmu.c
+1 -1
@@ -11,7 +11,7 @@
11 #include "qemu/cutils.h"
12 #include "qemu/memalign.h"
13 #include "qemu/error-report.h"
14 -#include "cpu.h"
14 +#include "target/ppc/cpu.h"
15 #include "helper_regs.h"
16 #include "hw/ppc/spapr.h"
17 #include "mmu-hash64.h"
hw/ppc/virtex_ml507.c
+1 -1
@@ -26,7 +26,7 @@
26 #include "qemu/datadir.h"
27 #include "qemu/units.h"
28 #include "exec/page-protection.h"
29 -#include "cpu.h"
29 +#include "target/ppc/cpu.h"
30 #include "hw/core/sysbus.h"
31 #include "hw/char/serial-mm.h"
32 #include "hw/block/flash.h"
include/hw/ppc/pnv.h
+1 -1
@@ -20,7 +20,7 @@
20 #ifndef PPC_PNV_H
21 #define PPC_PNV_H
22
23 -#include "cpu.h"
23 +#include "target/ppc/cpu.h"
24 #include "hw/core/boards.h"
25 #include "hw/core/sysbus.h"
26 #include "hw/ipmi/ipmi.h"
include/hw/ppc/spapr_fadump.h
+1 -1
@@ -6,7 +6,7 @@
6 #ifndef PPC_SPAPR_FADUMP_H
7 #define PPC_SPAPR_FADUMP_H
8
9 -#include "cpu.h"
9 +#include "target/ppc/cpu.h"
10
11 /* Fadump commands */
12 #define FADUMP_CMD_REGISTER 1