From: Philippe Mathieu-Daudé Date: Fri, 13 Mar 2026 05:07:47 +0000 (+0100) Subject: hw/alpha: Include full path to target 'cpu.h' header X-Git-Tag: v11.1.0-rc0~155^2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcffcce6e4b6a94f0e3a5ce1510ea74dcacb0fd6;p=thirdparty%2Fqemu.git hw/alpha: Include full path to target 'cpu.h' header Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Message-Id: <20260313062055.2188-21-philmd@linaro.org> --- diff --git a/hw/alpha/dp264.c b/hw/alpha/dp264.c index 2ab3c147471..f928e0cee82 100644 --- a/hw/alpha/dp264.c +++ b/hw/alpha/dp264.c @@ -7,7 +7,7 @@ */ #include "qemu/osdep.h" -#include "cpu.h" +#include "target/alpha/cpu.h" #include "exec/target_page.h" #include "elf.h" #include "hw/core/loader.h" diff --git a/hw/alpha/typhoon.c b/hw/alpha/typhoon.c index 7722d4fd009..e32fed86f9f 100644 --- a/hw/alpha/typhoon.c +++ b/hw/alpha/typhoon.c @@ -12,7 +12,7 @@ #include "exec/cpu-interrupt.h" #include "qapi/error.h" #include "hw/pci/pci_host.h" -#include "cpu.h" +#include "target/alpha/cpu.h" #include "hw/core/irq.h" #include "alpha_sys.h"