mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43: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
|
@ -25,7 +25,7 @@
|
|||
#ifndef HW_MISC_AUXBUS_H
|
||||
#define HW_MISC_AUXBUS_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/qdev-core.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "qemu/queue.h"
|
||||
#include "qemu/event_notifier.h"
|
||||
#include "chardev/char-fe.h"
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef HW_MISC_MAC_VIA_H
|
||||
#define HW_MISC_MAC_VIA_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/misc/mos6522.h"
|
||||
#include "hw/input/adb.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef NPCM7XX_MFT_H
|
||||
#define NPCM7XX_MFT_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/clock.h"
|
||||
#include "hw/irq.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef NPCM_CLK_H
|
||||
#define NPCM_CLK_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/clock.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef NPCM_GCR_H
|
||||
#define NPCM_GCR_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef HW_MISC_PVPANIC_H
|
||||
#define HW_MISC_PVPANIC_H
|
||||
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
#include "standard-headers/misc/pvpanic.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue