hw/ppc: 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-30-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé
2026-03-13 06:07:16 +01:00
parent 2d494b7ce3
commit e6407b73a3
10 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
#include "qemu/osdep.h"
#include "qemu/log.h"
#include "system/runstate.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "hw/core/sysbus.h"
#include "qom/object.h"

View File

@@ -15,7 +15,7 @@
#include "hw/ppc/openpic.h"
#include "qemu/error-report.h"
#include "qemu/units.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
static void mpc8544ds_fixup_devtree(void *fdt)
{

View File

@@ -19,7 +19,7 @@
#include "hw/pci/pci.h"
#include "exec/cpu-common.h"
#include "system/reset.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "ppc440.h"
/*****************************************************************************/

View File

@@ -23,7 +23,7 @@
*/
#include "qemu/osdep.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "hw/ppc/ppc4xx.h"
#include "hw/core/qdev-properties.h"
#include "qapi/error.h"

View File

@@ -23,7 +23,7 @@
*/
#include "qemu/osdep.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "exec/target_page.h"
#include "hw/ppc/ppc.h"
#include "qemu/timer.h"

View File

@@ -33,7 +33,7 @@
#include "qemu/error-report.h" /* for error_report() */
#include "qemu/module.h"
#include "system/runstate.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "trace.h"
#define TYPE_PREP_SYSTEMIO "prep-systemio"

View File

@@ -11,7 +11,7 @@
#include "qemu/cutils.h"
#include "qemu/memalign.h"
#include "qemu/error-report.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "helper_regs.h"
#include "hw/ppc/spapr.h"
#include "mmu-hash64.h"

View File

@@ -26,7 +26,7 @@
#include "qemu/datadir.h"
#include "qemu/units.h"
#include "exec/page-protection.h"
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "hw/core/sysbus.h"
#include "hw/char/serial-mm.h"
#include "hw/block/flash.h"

View File

@@ -20,7 +20,7 @@
#ifndef PPC_PNV_H
#define PPC_PNV_H
#include "cpu.h"
#include "target/ppc/cpu.h"
#include "hw/core/boards.h"
#include "hw/core/sysbus.h"
#include "hw/ipmi/ipmi.h"

View File

@@ -6,7 +6,7 @@
#ifndef PPC_SPAPR_FADUMP_H
#define PPC_SPAPR_FADUMP_H
#include "cpu.h"
#include "target/ppc/cpu.h"
/* Fadump commands */
#define FADUMP_CMD_REGISTER 1