]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/microblaze: Include full path to target 'cpu.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Mar 2026 05:09:43 +0000 (06:09 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 24 Apr 2026 19:20:43 +0000 (21:20 +0200)
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>

hw/microblaze/boot.c
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/petalogix_s3adsp1800_mmu.c
hw/microblaze/xlnx-zynqmp-pmu.c

index 4ad5ffd34bd14f6ecb6ca2b210e117b3b3a8bf4d..a93b68e1e48d6cd16ddda7b228a65deb653fb473 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/datadir.h"
-#include "cpu.h"
+#include "target/microblaze/cpu.h"
 #include "qemu/option.h"
 #include "qemu/config-file.h"
 #include "qemu/error-report.h"
index b3bdc4d65f2e32f215725547082e3d5ee313c78a..8f9f54ff1e2b01a0f7e70b0f634467cd8eae660d 100644 (file)
@@ -28,7 +28,7 @@
 #include "qemu/osdep.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
-#include "cpu.h"
+#include "target/microblaze/cpu.h"
 #include "hw/core/sysbus.h"
 #include "net/net.h"
 #include "hw/block/flash.h"
index 0c9a6bf2529a6fe3b892623cea3c0a0b578f6df3..c5f64319009bf51afb74c9ae24568f3ecb1a23d4 100644 (file)
@@ -27,7 +27,7 @@
 #include "qemu/target-info.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
-#include "cpu.h"
+#include "target/microblaze/cpu.h"
 #include "hw/core/sysbus.h"
 #include "net/net.h"
 #include "hw/block/flash.h"
index f4c55589b7fcb1ba6ba5e5285c1b1f3ee97bae3d..00154236bf8b5b549edcf435c579c3a6f5d1d92c 100644 (file)
@@ -19,7 +19,7 @@
 #include "qapi/error.h"
 #include "system/address-spaces.h"
 #include "hw/core/boards.h"
-#include "cpu.h"
+#include "target/microblaze/cpu.h"
 #include "boot.h"
 
 #include "hw/intc/xlnx-zynqmp-ipi.h"