From: Philippe Mathieu-Daudé Date: Fri, 13 Mar 2026 05:09:51 +0000 (+0100) Subject: hw/or1k: Include full path to target 'cpu.h' header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d494b7ce3165eb3f73fc8ff56b28962ded0c1ca;p=thirdparty%2Fqemu.git hw/or1k: Include full path to target 'cpu.h' header Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Message-Id: <20260313062055.2188-29-philmd@linaro.org> --- diff --git a/hw/or1k/boot.c b/hw/or1k/boot.c index c18f4a6a9fc..714634b5f3f 100644 --- a/hw/or1k/boot.c +++ b/hw/or1k/boot.c @@ -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" diff --git a/hw/or1k/cputimer.c b/hw/or1k/cputimer.c index 51da226fcde..b35411aa1e1 100644 --- a/hw/or1k/cputimer.c +++ b/hw/or1k/cputimer.c @@ -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" diff --git a/hw/or1k/or1k-sim.c b/hw/or1k/or1k-sim.c index f1b1f63274b..b55105cd148 100644 --- a/hw/or1k/or1k-sim.c +++ b/hw/or1k/or1k-sim.c @@ -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" diff --git a/hw/or1k/virt.c b/hw/or1k/virt.c index 39f54058ab3..2ff5c084a2b 100644 --- a/hw/or1k/virt.c +++ b/hw/or1k/virt.c @@ -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"