remove exec-all.h inclusion from cpu.h

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Paolo Bonzini 2010-06-29 09:58:51 +02:00 committed by Blue Swirl
parent 10eb0cc03c
commit a88790a14f
15 changed files with 4 additions and 12 deletions

View file

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

View file

@ -3,6 +3,7 @@
#include "xen_domainbuild.h"
#include "sysemu.h"
#include "qemu-timer.h"
#include "qemu-log.h"
#include <xenguest.h>

View file

@ -13,6 +13,7 @@
#include "qemu-common.h"
#include "sysemu.h"
#include "hw/hw.h"
#include "exec-all.h"
#include "gdbstub.h"
#include "kvm.h"

View file

@ -55,6 +55,7 @@
#include "json-streamer.h"
#include "json-parser.h"
#include "osdep.h"
#include "exec-all.h"
//#define DEBUG
//#define DEBUG_COMPLETION

View file

@ -413,7 +413,6 @@ static inline int cpu_mmu_index (CPUState *env)
}
#include "cpu-all.h"
#include "exec-all.h"
enum {
FEATURE_ASN = 0x00000001,

View file

@ -435,7 +435,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
#endif
#include "cpu-all.h"
#include "exec-all.h"
static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
target_ulong *cs_base, int *flags)

View file

@ -250,7 +250,6 @@ static inline void cpu_set_tls(CPUCRISState *env, target_ulong newtls)
#define SFR_RW_MM_TLB_HI env->pregs[PR_SRS]][6
#include "cpu-all.h"
#include "exec-all.h"
static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
target_ulong *cs_base, int *flags)

View file

@ -933,8 +933,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
#endif
#include "cpu-all.h"
#include "exec-all.h"
#include "svm.h"
#if !defined(CONFIG_USER_ONLY)

View file

@ -242,7 +242,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
#endif
#include "cpu-all.h"
#include "exec-all.h"
static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
target_ulong *cs_base, int *flags)

View file

@ -305,7 +305,6 @@ static inline int cpu_interrupts_enabled(CPUState *env)
}
#include "cpu-all.h"
#include "exec-all.h"
static inline target_ulong cpu_get_pc(CPUState *env)
{

View file

@ -526,7 +526,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
}
#include "cpu-all.h"
#include "exec-all.h"
/* Memory access type :
* may be needed for precise access rights control and precise exceptions.

View file

@ -849,7 +849,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
#endif
#include "cpu-all.h"
#include "exec-all.h"
/*****************************************************************************/
/* CRF definitions */

View file

@ -116,7 +116,6 @@ extern CPUState *s390_cpu_addr2state(uint16_t cpu_addr);
#define cpu_gen_code cpu_s390x_gen_code
#include "cpu-all.h"
#include "exec-all.h"
#define EXCP_OPEX 1 /* operation exception (sigill) */
#define EXCP_SVC 2 /* supervisor call (syscall) */

View file

@ -211,7 +211,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
#endif
#include "cpu-all.h"
#include "exec-all.h"
/* Memory access type */
enum {

View file

@ -615,7 +615,6 @@ static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
#endif
#include "cpu-all.h"
#include "exec-all.h"
#ifdef TARGET_SPARC64
/* sun4u.c */