]> git.proxmox.com Git - mirror_qemu.git/commit
target: Do not include "exec/exec-all.h" if it is not necessary
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 28 May 2018 23:27:07 +0000 (20:27 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Jun 2018 12:15:10 +0000 (14:15 +0200)
commit23c11b04dcc508536a7a39e723058523a94013a4
treeb6ff586e383723f03ea6de9a24390659fb1487a9
parent05757c5d8753a600a9ef6f1f0509cd51ba3c91b4
target: Do not include "exec/exec-all.h" if it is not necessary

Code change produced with:
    $ git grep '#include "exec/exec-all.h"' | \
      cut -d: -f-1 | \
      xargs egrep -L "(cpu_address_space_init|cpu_loop_|tlb_|tb_|GETPC|singlestep|TranslationBlock)" | \
      xargs sed -i.bak '/#include "exec\/exec-all.h"/d'

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180528232719.4721-10-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
36 files changed:
bsd-user/qemu.h
hw/i386/kvmvapic.c
target/arm/arm-powerctl.c
target/arm/arm_ldst.h
target/arm/crypto_helper.c
target/arm/iwmmxt_helper.c
target/arm/neon_helper.c
target/arm/psci.c
target/arm/vec_helper.c
target/cris/cpu.c
target/hppa/helper.c
target/hppa/int_helper.c
target/i386/hax-all.c
target/i386/hax-mem.c
target/i386/hax-windows.c
target/i386/hvf/hvf.c
target/i386/hvf/x86_task.c
target/i386/whpx-all.c
target/lm32/cpu.c
target/m68k/cpu.c
target/moxie/cpu.c
target/moxie/mmu.c
target/openrisc/cpu.c
target/ppc/int_helper.c
target/s390x/cpu.c
target/s390x/diag.c
target/s390x/helper.c
target/tilegx/cpu.c
target/xtensa/core-dc232b.c
target/xtensa/core-dc233c.c
target/xtensa/core-de212.c
target/xtensa/core-fsf.c
target/xtensa/core-sample_controller.c
target/xtensa/cpu.c
target/xtensa/import_core.sh
tcg/tcg-op-vec.c