mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
exec/cpu-all: remove exec/cpu-interrupt 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> Message-ID: <20250325045915.994760-8-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
4533af18b2
commit
22a7c2f239
23 changed files with 22 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "trace.h"
|
||||
#include "disas/disas.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "exec/translation-block.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/module.h"
|
||||
#include "qemu/units.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qapi/error.h"
|
||||
#include "hw/pci/pci_host.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "exec/hwaddr.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "system/system.h"
|
||||
#include "system/qtest.h"
|
||||
#include "hw/irq.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "hw/ppc/ppc.h"
|
||||
#include "hw/ppc/ppc_e500.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "system/cpus.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/main-loop.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "hw/irq.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/timer.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#define CPU_ALL_H
|
||||
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "hw/core/cpu.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/target_page.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
||||
#define ICACHE_LINE_SIZE 32
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "hw/registerfields.h"
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "qapi/qapi-types-common.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "system/memory.h"
|
||||
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "system/memory.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "qemu/interval-tree.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "cpu-qom.h"
|
||||
#include "kvm/hyperv-proto.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/memop.h"
|
||||
#include "hw/i386/topology.h"
|
||||
#include "qapi/qapi-types-common.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "qemu/int128.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "fpu/softfloat-types.h"
|
||||
#include "hw/registerfields.h"
|
||||
#include "qemu/timer.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define M68K_CPU_H
|
||||
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "cpu-qom.h"
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
|
||||
typedef struct CPUArchState CPUMBState;
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "system/memory.h"
|
||||
#endif
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "fpu/softfloat-types.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "qemu/int128.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "cpu-qom.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/registerfields.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "hw/registerfields.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "qom/object.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "cpu-qom.h"
|
||||
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "cpu-qom.h"
|
||||
#include "cpu_models.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "qapi/qapi-types-machine-common.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
||||
/* CPU Subtypes */
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "qemu/bswap.h"
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
||||
#if !defined(TARGET_SPARC64)
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "cpu-qom.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "hw/clock.h"
|
||||
#include "xtensa-isa.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue