]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
cpu: move exec-all.h inclusion out of cpu.h
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Mar 2016 12:18:37 +0000 (13:18 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:29 +0000 (16:42 +0200)
commit63c915526d6a54a95919ebece83fa9ca631b2508
tree3da979d15acebf6368cd77913a05616229c3381a
parent00f6da6a1a5d1ce085334eccbb50ec899ceed513
cpu: move exec-all.h inclusion out of cpu.h

exec-all.h contains TCG-specific definitions.  It is not needed outside
TCG-specific files such as translate.c, exec.c or *helper.c.

One generic function had snuck into include/exec/exec-all.h; move it to
include/qom/cpu.h.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
148 files changed:
bsd-user/main.c
bsd-user/qemu.h
cpu-exec-common.c
cpu-exec.c
cpus.c
cputlb.c
disas/tci.c
exec.c
gdbstub.c
hw/i386/kvmvapic.c
hw/misc/mips_itu.c
hw/ppc/spapr_hcall.c
hw/sh4/sh7750.c
include/exec/exec-all.h
include/qom/cpu.h
linux-user/main.c
linux-user/qemu.h
monitor.c
target-alpha/cpu.c
target-alpha/cpu.h
target-alpha/fpu_helper.c
target-alpha/helper.c
target-alpha/int_helper.c
target-alpha/mem_helper.c
target-alpha/sys_helper.c
target-alpha/translate.c
target-alpha/vax_helper.c
target-arm/arm-powerctl.c
target-arm/arm_ldst.h
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper-a64.c
target-arm/helper.c
target-arm/op_helper.c
target-arm/psci.c
target-arm/translate-a64.c
target-arm/translate.c
target-cris/cpu.c
target-cris/cpu.h
target-cris/helper.c
target-cris/mmu.c
target-cris/op_helper.c
target-cris/translate.c
target-i386/bpt_helper.c
target-i386/cpu.c
target-i386/cpu.h
target-i386/excp_helper.c
target-i386/fpu_helper.c
target-i386/helper.c
target-i386/int_helper.c
target-i386/machine.c
target-i386/mem_helper.c
target-i386/misc_helper.c
target-i386/mpx_helper.c
target-i386/seg_helper.c
target-i386/svm_helper.c
target-i386/translate.c
target-lm32/cpu.c
target-lm32/cpu.h
target-lm32/helper.c
target-lm32/op_helper.c
target-lm32/translate.c
target-m68k/cpu.c
target-m68k/cpu.h
target-m68k/helper.c
target-m68k/m68k-semi.c
target-m68k/op_helper.c
target-m68k/translate.c
target-microblaze/cpu.c
target-microblaze/cpu.h
target-microblaze/helper.c
target-microblaze/mmu.c
target-microblaze/op_helper.c
target-microblaze/translate.c
target-mips/cpu.c
target-mips/cpu.h
target-mips/helper.c
target-mips/mips-semi.c
target-mips/msa_helper.c
target-mips/op_helper.c
target-mips/translate.c
target-moxie/cpu.c
target-moxie/cpu.h
target-openrisc/cpu.c
target-openrisc/cpu.h
target-openrisc/exception.c
target-openrisc/interrupt.c
target-openrisc/interrupt_helper.c
target-openrisc/mmu.c
target-openrisc/mmu_helper.c
target-openrisc/sys_helper.c
target-ppc/cpu.h
target-ppc/excp_helper.c
target-ppc/int_helper.c
target-ppc/machine.c
target-ppc/mem_helper.c
target-ppc/misc_helper.c
target-ppc/mmu-hash32.c
target-ppc/mmu-hash64.c
target-ppc/mmu_helper.c
target-ppc/timebase_helper.c
target-ppc/translate.c
target-s390x/cc_helper.c
target-s390x/cpu.c
target-s390x/cpu.h
target-s390x/fpu_helper.c
target-s390x/gdbstub.c
target-s390x/helper.c
target-s390x/int_helper.c
target-s390x/mem_helper.c
target-s390x/misc_helper.c
target-s390x/translate.c
target-sh4/cpu.c
target-sh4/cpu.h
target-sh4/helper.c
target-sh4/op_helper.c
target-sh4/translate.c
target-sparc/cpu.c
target-sparc/cpu.h
target-sparc/helper.c
target-sparc/ldst_helper.c
target-sparc/machine.c
target-sparc/mmu_helper.c
target-sparc/translate.c
target-tilegx/cpu.c
target-tilegx/cpu.h
target-tilegx/helper.c
target-tilegx/translate.c
target-tricore/cpu.c
target-tricore/cpu.h
target-tricore/helper.c
target-tricore/op_helper.c
target-tricore/translate.c
target-unicore32/cpu.c
target-unicore32/cpu.h
target-unicore32/helper.c
target-unicore32/op_helper.c
target-unicore32/softmmu.c
target-unicore32/translate.c
target-xtensa/cpu.c
target-xtensa/cpu.h
target-xtensa/gdbstub.c
target-xtensa/op_helper.c
target-xtensa/translate.c
tcg/tcg-op.c
tcg/tcg.c
translate-all.c
user-exec.c