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:
Blue Swirl 2011-06-19 20:38:22 +00:00
parent f081c76ccf
commit 2b41f10e18
57 changed files with 8 additions and 58 deletions

View file

@ -29,7 +29,7 @@
#include "qemu.h" #include "qemu.h"
#include "qemu-common.h" #include "qemu-common.h"
/* For tb_lock */ /* For tb_lock */
#include "exec-all.h" #include "cpu.h"
#include "tcg.h" #include "tcg.h"
#include "qemu-timer.h" #include "qemu-timer.h"
#include "envlist.h" #include "envlist.h"

1
cpus.c
View file

@ -30,7 +30,6 @@
#include "gdbstub.h" #include "gdbstub.h"
#include "dma.h" #include "dma.h"
#include "kvm.h" #include "kvm.h"
#include "exec-all.h"
#include "qemu-thread.h" #include "qemu-thread.h"
#include "cpus.h" #include "cpus.h"

View file

@ -5,7 +5,6 @@
#include <errno.h> #include <errno.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
/* Filled in by elfload.c. Simplistic, but will do for now. */ /* Filled in by elfload.c. Simplistic, but will do for now. */

1
exec.c
View file

@ -26,7 +26,6 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "tcg.h" #include "tcg.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/qdev.h" #include "hw/qdev.h"

View file

@ -37,7 +37,7 @@
#define MAX_PACKET_LENGTH 4096 #define MAX_PACKET_LENGTH 4096
#include "exec-all.h" #include "cpu.h"
#include "qemu_socket.h" #include "qemu_socket.h"
#include "kvm.h" #include "kvm.h"

View file

@ -29,7 +29,6 @@
#include "sh7750_regs.h" #include "sh7750_regs.h"
#include "sh7750_regnames.h" #include "sh7750_regnames.h"
#include "sh_intc.h" #include "sh_intc.h"
#include "exec-all.h"
#include "cpu.h" #include "cpu.h"
#define NB_DEVICES 4 #define NB_DEVICES 4

View file

@ -3,7 +3,6 @@
#include "qemu-char.h" #include "qemu-char.h"
#include "sysemu.h" #include "sysemu.h"
#include "qemu-char.h" #include "qemu-char.h"
#include "exec-all.h"
#include "exec.h" #include "exec.h"
#include "helper_regs.h" #include "helper_regs.h"
#include "hw/spapr.h" #include "hw/spapr.h"

View file

@ -12,7 +12,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "exec-all.h" #include "cpu.h"
#include "gdbstub.h" #include "gdbstub.h"
#include "kvm.h" #include "kvm.h"

View file

@ -29,8 +29,7 @@
#include "qemu.h" #include "qemu.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "cache-utils.h" #include "cache-utils.h"
/* For tb_lock */ #include "cpu.h"
#include "exec-all.h"
#include "tcg.h" #include "tcg.h"
#include "qemu-timer.h" #include "qemu-timer.h"
#include "envlist.h" #include "envlist.h"

View file

@ -56,7 +56,7 @@
#include "json-streamer.h" #include "json-streamer.h"
#include "json-parser.h" #include "json-parser.h"
#include "osdep.h" #include "osdep.h"
#include "exec-all.h" #include "cpu.h"
#ifdef CONFIG_SIMPLE_TRACE #ifdef CONFIG_SIMPLE_TRACE
#include "trace.h" #include "trace.h"
#endif #endif

View file

@ -31,7 +31,6 @@ register struct CPUAlphaState *env asm(AREG0);
#define FP_STATUS (env->fp_status) #define FP_STATUS (env->fp_status)
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -22,7 +22,6 @@
#include <stdio.h> #include <stdio.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "softfloat.h" #include "softfloat.h"
uint64_t cpu_alpha_load_fpcr (CPUState *env) uint64_t cpu_alpha_load_fpcr (CPUState *env)

View file

@ -22,7 +22,6 @@
#include <stdio.h> #include <stdio.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "host-utils.h" #include "host-utils.h"
#include "tcg-op.h" #include "tcg-op.h"

View file

@ -22,7 +22,6 @@
register struct CPUARMState *env asm(AREG0); register struct CPUARMState *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -3,7 +3,6 @@
#include <string.h> #include <string.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "gdbstub.h" #include "gdbstub.h"
#include "helper.h" #include "helper.h"
#include "qemu-common.h" #include "qemu-common.h"

View file

@ -25,7 +25,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-log.h" #include "qemu-log.h"

View file

@ -22,7 +22,6 @@
register struct CPUCRISState *env asm(AREG0); register struct CPUCRISState *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -24,7 +24,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "mmu.h" #include "mmu.h"
#include "exec-all.h"
#include "host-utils.h" #include "host-utils.h"

View file

@ -27,7 +27,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "mmu.h" #include "mmu.h"
#include "exec-all.h"
#ifdef DEBUG #ifdef DEBUG
#define D(x) x #define D(x) x

View file

@ -30,7 +30,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "helper.h" #include "helper.h"

View file

@ -34,7 +34,6 @@ register struct CPUX86State *env asm(AREG0);
#include "qemu-log.h" #include "qemu-log.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
/* op_helper.c */ /* op_helper.c */
void QEMU_NORETURN raise_exception_err(int exception_index, int error_code); void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);

View file

@ -23,7 +23,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "kvm.h" #include "kvm.h"
#ifndef CONFIG_USER_ONLY #ifndef CONFIG_USER_ONLY

View file

@ -3,7 +3,7 @@
#include "hw/pc.h" #include "hw/pc.h"
#include "hw/isa.h" #include "hw/isa.h"
#include "exec-all.h" #include "cpu.h"
#include "kvm.h" #include "kvm.h"
static const VMStateDescription vmstate_segment = { static const VMStateDescription vmstate_segment = {

View file

@ -19,7 +19,6 @@
#include <math.h> #include <math.h>
#include "exec.h" #include "exec.h"
#include "exec-all.h"
#include "host-utils.h" #include "host-utils.h"
#include "ioport.h" #include "ioport.h"

View file

@ -24,7 +24,6 @@
#include <signal.h> #include <signal.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"

View file

@ -22,7 +22,6 @@
register struct CPULM32State *env asm(AREG0); register struct CPULM32State *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
static inline int cpu_halted(CPUState *env) static inline int cpu_halted(CPUState *env)
{ {

View file

@ -23,7 +23,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "host-utils.h" #include "host-utils.h"
int cpu_lm32_handle_mmu_fault(CPUState *env, target_ulong address, int rw, int cpu_lm32_handle_mmu_fault(CPUState *env, target_ulong address, int rw,

View file

@ -25,7 +25,6 @@
#include <assert.h> #include <assert.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "helper.h" #include "helper.h"
#include "tcg-op.h" #include "tcg-op.h"

View file

@ -22,7 +22,6 @@
register struct CPUM68KState *env asm(AREG0); register struct CPUM68KState *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -23,7 +23,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "gdbstub.h" #include "gdbstub.h"

View file

@ -25,7 +25,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-log.h" #include "qemu-log.h"

View file

@ -21,7 +21,6 @@
register struct CPUMBState *env asm(AREG0); register struct CPUMBState *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -23,7 +23,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "host-utils.h" #include "host-utils.h"
#define D(x) #define D(x)

View file

@ -22,7 +22,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#define D(x) #define D(x)

View file

@ -25,7 +25,6 @@
#include <assert.h> #include <assert.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "helper.h" #include "helper.h"

View file

@ -11,7 +11,6 @@
register struct CPUMIPSState *env asm(AREG0); register struct CPUMIPSState *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -24,7 +24,6 @@
#include <signal.h> #include <signal.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
enum { enum {
TLBRET_DIRTY = -4, TLBRET_DIRTY = -4,

View file

@ -1,7 +1,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/boards.h" #include "hw/boards.h"
#include "exec-all.h" #include "cpu.h"
static void save_tc(QEMUFile *f, TCState *tc) static void save_tc(QEMUFile *f, TCState *tc)
{ {

View file

@ -27,7 +27,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-common.h" #include "qemu-common.h"

View file

@ -24,7 +24,6 @@
#include "dyngen-exec.h" #include "dyngen-exec.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
register struct CPUPPCState *env asm(AREG0); register struct CPUPPCState *env asm(AREG0);

View file

@ -23,7 +23,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "helper_regs.h" #include "helper_regs.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "kvm.h" #include "kvm.h"

View file

@ -24,7 +24,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-common.h" #include "qemu-common.h"

View file

@ -23,7 +23,6 @@ register struct CPUS390XState *env asm(AREG0);
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY) #if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -23,7 +23,6 @@
#include <string.h> #include <string.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "gdbstub.h" #include "gdbstub.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "qemu-timer.h" #include "qemu-timer.h"

View file

@ -35,7 +35,6 @@
#endif #endif
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-log.h" #include "qemu-log.h"

View file

@ -25,7 +25,6 @@
register struct CPUSH4State *env asm(AREG0); register struct CPUSH4State *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#ifndef CONFIG_USER_ONLY #ifndef CONFIG_USER_ONLY
#include "softmmu_exec.h" #include "softmmu_exec.h"

View file

@ -24,7 +24,6 @@
#include <signal.h> #include <signal.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "hw/sh_intc.h" #include "hw/sh_intc.h"
#if defined(CONFIG_USER_ONLY) #if defined(CONFIG_USER_ONLY)

View file

@ -27,7 +27,6 @@
//#define SH4_SINGLE_STEP //#define SH4_SINGLE_STEP
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-common.h" #include "qemu-common.h"

View file

@ -23,7 +23,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "qemu-common.h" #include "qemu-common.h"
//#define DEBUG_MMU //#define DEBUG_MMU

View file

@ -2,7 +2,7 @@
#include "hw/boards.h" #include "hw/boards.h"
#include "qemu-timer.h" #include "qemu-timer.h"
#include "exec-all.h" #include "cpu.h"
void cpu_save(QEMUFile *f, void *opaque) void cpu_save(QEMUFile *f, void *opaque)
{ {

View file

@ -25,7 +25,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "helper.h" #include "helper.h"
#include "tcg-op.h" #include "tcg-op.h"

View file

@ -16,7 +16,6 @@
register struct CPUState_UniCore32 *env asm(AREG0); register struct CPUState_UniCore32 *env asm(AREG0);
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
static inline void env_to_regs(void) static inline void env_to_regs(void)
{ {

View file

@ -10,7 +10,6 @@
#include <string.h> #include <string.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "gdbstub.h" #include "gdbstub.h"
#include "helper.h" #include "helper.h"
#include "qemu-common.h" #include "qemu-common.h"

View file

@ -14,7 +14,6 @@
#include <inttypes.h> #include <inttypes.h>
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "qemu-log.h" #include "qemu-log.h"

View file

@ -54,7 +54,6 @@
instructions */ instructions */
#define NO_CPU_IO_DEFS #define NO_CPU_IO_DEFS
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "tcg-op.h" #include "tcg-op.h"
#include "elf.h" #include "elf.h"

View file

@ -26,7 +26,6 @@
#define NO_CPU_IO_DEFS #define NO_CPU_IO_DEFS
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "disas.h" #include "disas.h"
#include "tcg.h" #include "tcg.h"
#include "qemu-timer.h" #include "qemu-timer.h"

View file

@ -9,7 +9,6 @@
#include "config.h" #include "config.h"
#include "cpu.h" #include "cpu.h"
#include "exec-all.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "cpu-common.h" #include "cpu-common.h"
#include "xen-mapcache.h" #include "xen-mapcache.h"