@samitouri / QOSamiQemu / commits / c924767ab1

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

Philippe Mathieu-Daudé committed Mar 13, 2026 at 06:09 UTC c924767ab1efdfb26dff105ec098d33d8f16124d
4 files changed +4 -4
hw/microblaze/boot.c
+1 -1
@@ -26,7 +26,7 @@
26
27 #include "qemu/osdep.h"
28 #include "qemu/datadir.h"
29 -#include "cpu.h"
29 +#include "target/microblaze/cpu.h"
30 #include "qemu/option.h"
31 #include "qemu/config-file.h"
32 #include "qemu/error-report.h"
hw/microblaze/petalogix_ml605_mmu.c
+1 -1
@@ -28,7 +28,7 @@
28 #include "qemu/osdep.h"
29 #include "qemu/units.h"
30 #include "qapi/error.h"
31 -#include "cpu.h"
31 +#include "target/microblaze/cpu.h"
32 #include "hw/core/sysbus.h"
33 #include "net/net.h"
34 #include "hw/block/flash.h"
hw/microblaze/petalogix_s3adsp1800_mmu.c
+1 -1
@@ -27,7 +27,7 @@
27 #include "qemu/target-info.h"
28 #include "qemu/units.h"
29 #include "qapi/error.h"
30 -#include "cpu.h"
30 +#include "target/microblaze/cpu.h"
31 #include "hw/core/sysbus.h"
32 #include "net/net.h"
33 #include "hw/block/flash.h"
hw/microblaze/xlnx-zynqmp-pmu.c
+1 -1
@@ -19,7 +19,7 @@
19 #include "qapi/error.h"
20 #include "system/address-spaces.h"
21 #include "hw/core/boards.h"
22 -#include "cpu.h"
22 +#include "target/microblaze/cpu.h"
23 #include "boot.h"
24
25 #include "hw/intc/xlnx-zynqmp-ipi.h"