mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> 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-15-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
9c2ff9cdc9
commit
d97c3b06de
22 changed files with 21 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "qemu/qemu-print.h"
|
||||
#include "system/accel-ops.h"
|
||||
#include "system/cpus.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/tswap.h"
|
||||
#include "exec/replay-core.h"
|
||||
#include "exec/log.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#ifndef CPU_ALL_H
|
||||
#define CPU_ALL_H
|
||||
|
||||
#include "exec/cpu-common.h"
|
||||
#include "hw/core/cpu.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
#error Can only include this header with TCG
|
||||
#endif
|
||||
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-ldst-common.h"
|
||||
#include "accel/tcg/cpu-mmu-index.h"
|
||||
#include "exec/abi_ptr.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define ALPHA_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "qemu/cpu-float.h"
|
||||
#include "hw/registerfields.h"
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/gdbstub.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define QEMU_AVR_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "system/memory.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "fpu/softfloat-types.h"
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "hex_regs.h"
|
||||
#include "mmvec/mmvec.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define HPPA_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "system/memory.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "system/tcg.h"
|
||||
#include "cpu-qom.h"
|
||||
#include "kvm/hyperv-proto.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/memop.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#define LOONGARCH_CPU_H
|
||||
|
||||
#include "qemu/int128.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "fpu/softfloat-types.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef M68K_CPU_H
|
||||
#define M68K_CPU_H
|
||||
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define MICROBLAZE_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define MIPS_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define OPENRISC_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "fpu/softfloat-types.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "qemu/int128.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "cpu-qom.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "hw/core/cpu.h"
|
||||
#include "hw/registerfields.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/gdbstub.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "hw/registerfields.h"
|
||||
#include "cpu-qom.h"
|
||||
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "cpu_models.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define SH4_CPU_H
|
||||
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "qemu/bswap.h"
|
||||
#include "cpu-qom.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "hw/registerfields.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "tricore-defs.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "cpu-qom.h"
|
||||
#include "qemu/cpu-float.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "hw/clock.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue