From ec01abc8783e0800babd324c24a645062a87073d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 13 Mar 2026 06:10:19 +0100 Subject: [PATCH] hw/sparc: 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-34-philmd@linaro.org> --- hw/sparc/leon3.c | 2 +- hw/sparc/sun4m.c | 2 +- hw/sparc64/niagara.c | 2 +- hw/sparc64/sparc64.c | 2 +- hw/sparc64/sun4u.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c index 9147d56bd4..d4a6e91759 100644 --- a/hw/sparc/leon3.c +++ b/hw/sparc/leon3.c @@ -30,7 +30,7 @@ #include "qapi/error.h" #include "qemu/datadir.h" #include "exec/cpu-common.h" -#include "cpu.h" +#include "target/sparc/cpu.h" #include "hw/core/irq.h" #include "qemu/timer.h" #include "hw/core/ptimer.h" diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c index 46fcbdda97..550acdff6d 100644 --- a/hw/sparc/sun4m.c +++ b/hw/sparc/sun4m.c @@ -26,7 +26,7 @@ #include "qemu/units.h" #include "qapi/error.h" #include "qemu/datadir.h" -#include "cpu.h" +#include "target/sparc/cpu.h" #include "exec/target_page.h" #include "hw/core/sysbus.h" #include "qemu/error-report.h" diff --git a/hw/sparc64/niagara.c b/hw/sparc64/niagara.c index 209be38047..1211ecb82d 100644 --- a/hw/sparc64/niagara.c +++ b/hw/sparc64/niagara.c @@ -25,7 +25,7 @@ #include "qemu/osdep.h" #include "block/block_int-common.h" #include "qemu/units.h" -#include "cpu.h" +#include "target/sparc/cpu.h" #include "hw/core/boards.h" #include "hw/char/serial-mm.h" #include "hw/misc/unimp.h" diff --git a/hw/sparc64/sparc64.c b/hw/sparc64/sparc64.c index ce7eded143..16f4aa052b 100644 --- a/hw/sparc64/sparc64.c +++ b/hw/sparc64/sparc64.c @@ -25,7 +25,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "cpu.h" +#include "target/sparc/cpu.h" #include "hw/core/boards.h" #include "hw/sparc/sparc64.h" #include "qemu/timer.h" diff --git a/hw/sparc64/sun4u.c b/hw/sparc64/sun4u.c index 2e41785b78..d69ed9a81a 100644 --- a/hw/sparc64/sun4u.c +++ b/hw/sparc64/sun4u.c @@ -27,7 +27,7 @@ #include "qemu/error-report.h" #include "qapi/error.h" #include "qemu/datadir.h" -#include "cpu.h" +#include "target/sparc/cpu.h" #include "exec/target_page.h" #include "hw/core/irq.h" #include "hw/pci/pci.h"