hw/mips: 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-28-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé
2026-03-13 06:09:08 +01:00
parent c924767ab1
commit 0eb25d4ad5
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
#include "qemu/osdep.h"
#include "qemu/bitops.h"
#include "cpu.h"
#include "target/mips/cpu.h"
#include "hw/mips/bootloader.h"
typedef enum bl_reg {

View File

@@ -22,7 +22,7 @@
#include "qemu/datadir.h"
#include "qemu/units.h"
#include "qapi/error.h"
#include "cpu.h"
#include "target/mips/cpu.h"
#include "hw/core/clock.h"
#include "net/net.h"
#include "hw/core/boards.h"

View File

@@ -52,7 +52,7 @@
#ifdef CONFIG_TCG
#include "accel/tcg/cpu-ops.h"
#endif /* CONFIG_TCG */
#include "cpu.h"
#include "target/mips/cpu.h"
enum jazz_model_e {
JAZZ_MAGNUM,

View File

@@ -61,7 +61,7 @@
#include "hw/core/qdev-clock.h"
#include "target/mips/internal.h"
#include "trace.h"
#include "cpu.h"
#include "target/mips/cpu.h"
#define ENVP_PADDR 0x2000
#define ENVP_VADDR cpu_mips_phys_to_kseg0(NULL, ENVP_PADDR)

View File

@@ -19,7 +19,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "cpu.h"
#include "target/mips/cpu.h"
#include "qemu/log.h"
#include "qemu/module.h"
#include "hw/core/cpu.h"

View File

@@ -14,7 +14,7 @@
#include "qemu/units.h"
#include "hw/timer/mips_gictimer.h"
#include "hw/core/sysbus.h"
#include "cpu.h"
#include "target/mips/cpu.h"
#include "qom/object.h"
/*
* GIC Specific definitions