]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/or1k: Include full path to target 'cpu.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Mar 2026 05:09:51 +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-29-philmd@linaro.org>

hw/or1k/boot.c
hw/or1k/cputimer.c
hw/or1k/or1k-sim.c
hw/or1k/virt.c

index c18f4a6a9fcafcf65cea0d6427ae115442f30f5a..714634b5f3f9b8ea699abca50f0ded78e72010d8 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #include "qemu/osdep.h"
-#include "cpu.h"
+#include "target/or1k/cpu.h"
 #include "exec/cpu-defs.h"
 #include "exec/target_page.h"
 #include "elf.h"
index 51da226fcdeb2ea4458e7f1e214dc30d4d64d2d6..b35411aa1e1d3798451507bf7c31ff822ad4c32e 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "qemu/osdep.h"
-#include "cpu.h"
+#include "target/or1k/cpu.h"
 #include "migration/vmstate.h"
 #include "qemu/timer.h"
 #include "system/reset.h"
index f1b1f63274b97e794bc3e812e23b6289f2b6d552..b55105cd14801fbd66c4a382bde001a8fe547a64 100644 (file)
@@ -21,7 +21,7 @@
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
 #include "qapi/error.h"
-#include "cpu.h"
+#include "target/or1k/cpu.h"
 #include "hw/core/irq.h"
 #include "hw/core/boards.h"
 #include "hw/char/serial-mm.h"
index 39f54058ab3515d5da635d890c8f9d206822c274..2ff5c084a2b72885921965422317e5e0d2e550c4 100644 (file)
@@ -10,7 +10,7 @@
 #include "qemu/error-report.h"
 #include "qemu/guest-random.h"
 #include "qapi/error.h"
-#include "cpu.h"
+#include "target/or1k/cpu.h"
 #include "system/address-spaces.h"
 #include "hw/core/irq.h"
 #include "hw/core/boards.h"