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-common.h"
/* For tb_lock */
#include "exec-all.h"
#include "cpu.h"
#include "tcg.h"
#include "qemu-timer.h"
#include "envlist.h"

1
cpus.c
View File

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

View File

@ -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. */

1
exec.c
View File

@ -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"

View File

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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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