mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
include/system: Move exec/memory.h to system/memory.h
Convert the existing includes with sed -i ,exec/memory.h,system/memory.h,g Move the include within cpu-all.h into a !CONFIG_USER_ONLY block. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4d3ad3c3ba
commit
8be545ba5a
155 changed files with 160 additions and 161 deletions
|
@ -23,7 +23,7 @@
|
|||
#ifndef HW_MAC_DBDMA_H
|
||||
#define HW_MAC_DBDMA_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "qemu/iov.h"
|
||||
#include "system/dma.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef PPC_PNV_LPC_H
|
||||
#define PPC_PNV_LPC_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/ppc/pnv.h"
|
||||
#include "hw/qdev-core.h"
|
||||
#include "hw/isa/isa.h" /* For ISA_NUM_IRQS */
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef PPC_PNV_OCC_H
|
||||
#define PPC_PNV_OCC_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/qdev-core.h"
|
||||
|
||||
#define TYPE_PNV_OCC "pnv-occ"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef PPC_PNV_SBE_H
|
||||
#define PPC_PNV_SBE_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/qdev-core.h"
|
||||
|
||||
#define TYPE_PNV_SBE "pnv-sbe"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef PPC_PNV_XSCOM_H
|
||||
#define PPC_PNV_XSCOM_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
|
||||
typedef struct PnvXScomInterface PnvXScomInterface;
|
||||
typedef struct PnvChip PnvChip;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#define PPC4XX_H
|
||||
|
||||
#include "hw/ppc/ppc.h"
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "qom/object.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
typedef struct Vof {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef XICS_H
|
||||
#define XICS_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/qdev-core.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue