mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Remove exec-all.h include directives
Most exec-all.h include directives are now useless, remove them. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
#include "qemu.h"
|
||||
#include "qemu-common.h"
|
||||
/* For tb_lock */
|
||||
#include "exec-all.h"
|
||||
#include "cpu.h"
|
||||
#include "tcg.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "envlist.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include "gdbstub.h"
|
||||
#include "dma.h"
|
||||
#include "kvm.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#include "qemu-thread.h"
|
||||
#include "cpus.h"
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "disas.h"
|
||||
|
||||
/* Filled in by elfload.c. Simplistic, but will do for now. */
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "tcg.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/qdev.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#define MAX_PACKET_LENGTH 4096
|
||||
|
||||
#include "exec-all.h"
|
||||
#include "cpu.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "kvm.h"
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include "sh7750_regs.h"
|
||||
#include "sh7750_regnames.h"
|
||||
#include "sh_intc.h"
|
||||
#include "exec-all.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#define NB_DEVICES 4
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include "qemu-char.h"
|
||||
#include "sysemu.h"
|
||||
#include "qemu-char.h"
|
||||
#include "exec-all.h"
|
||||
#include "exec.h"
|
||||
#include "helper_regs.h"
|
||||
#include "hw/spapr.h"
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "hw/hw.h"
|
||||
#include "exec-all.h"
|
||||
#include "cpu.h"
|
||||
#include "gdbstub.h"
|
||||
#include "kvm.h"
|
||||
|
||||
|
||||
+1
-2
@@ -29,8 +29,7 @@
|
||||
#include "qemu.h"
|
||||
#include "qemu-common.h"
|
||||
#include "cache-utils.h"
|
||||
/* For tb_lock */
|
||||
#include "exec-all.h"
|
||||
#include "cpu.h"
|
||||
#include "tcg.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "envlist.h"
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include "json-streamer.h"
|
||||
#include "json-parser.h"
|
||||
#include "osdep.h"
|
||||
#include "exec-all.h"
|
||||
#include "cpu.h"
|
||||
#ifdef CONFIG_SIMPLE_TRACE
|
||||
#include "trace.h"
|
||||
#endif
|
||||
|
||||
@@ -31,7 +31,6 @@ register struct CPUAlphaState *env asm(AREG0);
|
||||
#define FP_STATUS (env->fp_status)
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "softmmu_exec.h"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "softfloat.h"
|
||||
|
||||
uint64_t cpu_alpha_load_fpcr (CPUState *env)
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "disas.h"
|
||||
#include "host-utils.h"
|
||||
#include "tcg-op.h"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
register struct CPUARMState *env asm(AREG0);
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "softmmu_exec.h"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "gdbstub.h"
|
||||
#include "helper.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "disas.h"
|
||||
#include "tcg-op.h"
|
||||
#include "qemu-log.h"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
register struct CPUCRISState *env asm(AREG0);
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "softmmu_exec.h"
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "mmu.h"
|
||||
#include "exec-all.h"
|
||||
#include "host-utils.h"
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "mmu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define D(x) x
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "disas.h"
|
||||
#include "tcg-op.h"
|
||||
#include "helper.h"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user