]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
exec/cpu-all: remove exec/cpu-interrupt include
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Tue, 25 Mar 2025 04:58:52 +0000 (21:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
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>

23 files changed:
accel/tcg/cpu-exec.c
hw/alpha/typhoon.c
hw/m68k/next-cube.c
hw/ppc/ppc.c
hw/xtensa/pic_cpu.c
include/exec/cpu-all.h
target/alpha/cpu.h
target/arm/cpu.h
target/avr/cpu.h
target/hppa/cpu.h
target/i386/cpu.h
target/loongarch/cpu.h
target/m68k/cpu.h
target/microblaze/cpu.h
target/mips/cpu.h
target/openrisc/cpu.h
target/ppc/cpu.h
target/riscv/cpu.h
target/rx/cpu.h
target/s390x/cpu.h
target/sh4/cpu.h
target/sparc/cpu.h
target/xtensa/cpu.h

index 9e151055331f0058dc34fbf2d0bc062c8e3c0515..d388be83d05ce396a11ee6b44b351ae86648a5a2 100644 (file)
@@ -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"
index e8711ae16a3e16c733405034be5e65688ef4d3df..9718e1a579c28aa7a5ec85f4616de0e868730646 100644 (file)
@@ -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"
index 0570e4a76f1bfdd88941df1c4d9d802b95df53b4..4ae5668331b0985399b3ca7af06dba3a96b909e9 100644 (file)
@@ -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"
index 3a80931538f13c71c79d46758d14bb36d718f78e..43d0d0e7553d918b06b79bc756e7f56b9594f489 100644 (file)
@@ -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"
index 8cef88c61bc7e690c8667f511d4a2b3a8054979f..e3885316106d23667a869aa2a34da8c309029c0a 100644 (file)
@@ -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"
index bfa039ab7692e36dd1cc16baa9fc1b5511e3e5a1..7b712b2556b6c49afc75fc707b34955aac803709 100644 (file)
@@ -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"
index 80562adfb5c4643266586466c3a04437aa283e7b..42788a6a0bc8a8aaf493b27bb2fd14598a84a3fc 100644 (file)
@@ -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
index a8177c6c2e89d00c825b879d6797e25a6d10c828..958a921490eb09ee5107baba8e0a6f1e730b7f44 100644 (file)
@@ -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"
index b0518a1f607545b2c64355c1abce22a8f3394539..c2cc2daa66654dbf7f8815ee996e1e4506141da0 100644 (file)
@@ -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
index f6bf068776e378d976902e2dfc63b73c7f73eae6..dab58c227f46f7738173b3733f0f06a06fd7b862 100644 (file)
@@ -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"
index 0ad67fe0fda4ef06bbefd330dd23eceb3d8f0f8e..778dfd963729fc13d68a8b3a7e568e097f2ccb53 100644 (file)
@@ -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"
index 02ef6ddecb38c0075ba06d6a7028af512fab6e0a..a924aa01d7c3f928fc2aae284b72112b419804d0 100644 (file)
@@ -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"
index ddb0f29f4a32b5e6744b4ccbd3e062686759a340..451644a05a3c24de6daf68b248d731c399a89b17 100644 (file)
@@ -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"
 
index e44ddd530789397f72167249f1db0d9a3525ff90..d29681abed4b48f54891fd2854dc53d53938e1b0 100644 (file)
@@ -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)
index 9ef72a95d7176fd2b1d4840c8407382b8401d82f..29362498ec4c3b0d65fd3f1fe91685a86374520a 100644 (file)
@@ -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
index b97d2ffdd26273220452a3e266c632a40bc3e654..c153823b629f2d97d66f02b8a43fa846fcdc127f 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "cpu-qom.h"
 #include "exec/cpu-defs.h"
+#include "exec/cpu-interrupt.h"
 #include "fpu/softfloat-types.h"
 
 /**
index 3ee83517dcdf22306af687df7ee2fca9b48ab856..7489ba95648e80c4e4cf7d63f50182a67dff18e9 100644 (file)
@@ -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"
index 51e49e03decd252d9a51b21098f88406bcd046f4..556eda57e943e37dc490c2482c4659a0a0794601 100644 (file)
@@ -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"
index 349d61c4e402da17727365c19bf0a5b8494b6745..5f2fcb6656311dc9cb9ce820cd8581d2a625aedb 100644 (file)
@@ -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
index 5b7992deda66623a04d6868349618d4af3f47ec3..0a32ad4c613250cc6fc7231bf18a773c990765a8 100644 (file)
@@ -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"
 
index d536d5d7154f722b33ef5965b2dc61300472f454..18557d8c386106627278612069694df1c4535501 100644 (file)
@@ -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 */
index 68f8c21e7cb72a255d2fe7652b380a64b066d5a3..c0aab69b6155d26eec7fe4ad3b48a543aa45f3a9 100644 (file)
@@ -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)
index 8d70bfc0cd42202643c911e917e759e94508d7f8..6684631478658aa350f21fff365b7c3ebb5267bb 100644 (file)
@@ -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"