From fcffcce6e4b6a94f0e3a5ce1510ea74dcacb0fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 13 Mar 2026 06:07:47 +0100 Subject: [PATCH] hw/alpha: Include full path to target 'cpu.h' header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Message-Id: <20260313062055.2188-21-philmd@linaro.org> --- hw/alpha/dp264.c | 2 +- hw/alpha/typhoon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/alpha/dp264.c b/hw/alpha/dp264.c index 2ab3c14747..f928e0cee8 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 7722d4fd00..e32fed86f9 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"