@samitouri / QOSamiQemu / commits / 2d494b7ce3

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

Philippe Mathieu-Daudé committed Mar 13, 2026 at 06:09 UTC 2d494b7ce3165eb3f73fc8ff56b28962ded0c1ca
4 files changed +4 -4
hw/or1k/boot.c
+1 -1
@@ -7,7 +7,7 @@
7 */
8
9 #include "qemu/osdep.h"
10 -#include "cpu.h"
10 +#include "target/or1k/cpu.h"
11 #include "exec/cpu-defs.h"
12 #include "exec/target_page.h"
13 #include "elf.h"
hw/or1k/cputimer.c
+1 -1
@@ -19,7 +19,7 @@
19 */
20
21 #include "qemu/osdep.h"
22 -#include "cpu.h"
22 +#include "target/or1k/cpu.h"
23 #include "migration/vmstate.h"
24 #include "qemu/timer.h"
25 #include "system/reset.h"
hw/or1k/or1k-sim.c
+1 -1
@@ -21,7 +21,7 @@
21 #include "qemu/osdep.h"
22 #include "qemu/error-report.h"
23 #include "qapi/error.h"
24 -#include "cpu.h"
24 +#include "target/or1k/cpu.h"
25 #include "hw/core/irq.h"
26 #include "hw/core/boards.h"
27 #include "hw/char/serial-mm.h"
hw/or1k/virt.c
+1 -1
@@ -10,7 +10,7 @@
10 #include "qemu/error-report.h"
11 #include "qemu/guest-random.h"
12 #include "qapi/error.h"
13 -#include "cpu.h"
13 +#include "target/or1k/cpu.h"
14 #include "system/address-spaces.h"
15 #include "hw/core/irq.h"
16 #include "hw/core/boards.h"