hw/xtensa: 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-36-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 13, 2026 at 06:08 UTC
c58e3e0e280a36c2379b7bbc53ec110b011cbd24
3 files changed
+3
-3
hw/xtensa/pic_cpu.c
+1
-1
@@ -26,7 +26,7 @@
26
*/
27
28
#include "qemu/osdep.h"
29
-#include "cpu.h"
29
+#include "target/xtensa/cpu.h"
30
#include "exec/cpu-interrupt.h"
31
#include "hw/core/irq.h"
32
#include "qemu/log.h"
hw/xtensa/xtensa_memory.h
+1
-1
@@ -28,7 +28,7 @@
28
#ifndef XTENSA_MEMORY_H
29
#define XTENSA_MEMORY_H
30
31
-#include "cpu.h"
31
+#include "target/xtensa/cpu.h"
32
33
void xtensa_create_memory_regions(const XtensaMemory *memory,
34
const char *name,
hw/xtensa/xtfpga.c
+1
-1
@@ -28,7 +28,7 @@
28
#include "qemu/osdep.h"
29
#include "qemu/units.h"
30
#include "qapi/error.h"
31
-#include "cpu.h"
31
+#include "target/xtensa/cpu.h"
32
#include "system/system.h"
33
#include "hw/core/boards.h"
34
#include "hw/core/loader.h"