mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
exec/cpu-all: remove exec/target_page include
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
committed by
Richard Henderson
parent
e9659a4da2
commit
9c2ff9cdc9
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "exec/translation-block.h"
|
||||
#include "qemu/xxhash.h"
|
||||
#include "tb-jmp-cache.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "elf.h"
|
||||
#include "hw/loader.h"
|
||||
#include "alpha_sys.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <libfdt.h>
|
||||
#include "hw/arm/boot.h"
|
||||
#include "hw/arm/linux-boot-if.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/kvm.h"
|
||||
#include "system/tcg.h"
|
||||
#include "system/system.h"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "hw/qdev-core.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "trace.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "qemu/module.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qapi/error.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/memory.h"
|
||||
#include "system/address-spaces.h"
|
||||
#include "system/system.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "elf.h"
|
||||
#include "hw/loader.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/reset.h"
|
||||
#include "system/system.h"
|
||||
#include "system/qtest.h"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "target/i386/kvm/hyperv-proto.h"
|
||||
#include "target/i386/cpu.h"
|
||||
#include "exec/cpu-all.h"
|
||||
#include "exec/target_page.h"
|
||||
|
||||
struct SynICState {
|
||||
DeviceState parent_obj;
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/loader.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "hw/hyperv/hyperv.h"
|
||||
#include "hw/hyperv/vmbus-bridge.h"
|
||||
#include "hw/hyperv/hyperv-proto.h"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "qapi/error.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include "multiboot.h"
|
||||
#include "hw/loader.h"
|
||||
#include "elf.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/system.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/char/serial-isa.h"
|
||||
#include "hw/char/parallel.h"
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#define OVMF_TABLE_FOOTER_GUID "96b582de-1fb2-45f7-baea-a366c55a082d"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/module.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/system.h"
|
||||
#include "system/cpus.h"
|
||||
#include "system/hw_accel.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "qemu/units.h"
|
||||
#include "qemu/datadir.h"
|
||||
#include "qapi/error.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/char/serial-mm.h"
|
||||
#include "system/kvm.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "qemu/units.h"
|
||||
#include "qemu/datadir.h"
|
||||
#include "qemu/guest-random.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/system.h"
|
||||
#include "cpu.h"
|
||||
#include "hw/boards.h"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qemu/guest-random.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/system.h"
|
||||
#include "cpu.h"
|
||||
#include "hw/boards.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "elf.h"
|
||||
#include "hw/loader.h"
|
||||
#include "hw/openrisc/boot.h"
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
#include "target/hppa/cpu.h"
|
||||
#include "trace.h"
|
||||
#include "qom/object.h"
|
||||
#include "exec/target_page.h"
|
||||
|
||||
/*
|
||||
* Helper functions
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "qemu/datadir.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qemu/guest-random.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "qapi/error.h"
|
||||
#include "e500.h"
|
||||
#include "e500-ccsr.h"
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
#include "qemu/datadir.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qapi/error.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "hw/ppc/ppc.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/nvram/mac_nvram.h"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user