mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user