On Mon, 28 May 2018 20:27:07 -0300 Philippe Mathieu-Daudé <f4...@amsat.org> wrote:
> 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é <f4...@amsat.org> > --- > bsd-user/qemu.h | 1 - > target/arm/arm_ldst.h | 1 - > hw/i386/kvmvapic.c | 1 - > target/arm/arm-powerctl.c | 1 - > target/arm/crypto_helper.c | 1 - > target/arm/iwmmxt_helper.c | 1 - > target/arm/neon_helper.c | 1 - > target/arm/psci.c | 1 - > target/arm/vec_helper.c | 1 - > target/cris/cpu.c | 1 - > target/hppa/helper.c | 1 - > target/hppa/int_helper.c | 1 - > target/i386/hax-all.c | 1 - > target/i386/hax-mem.c | 1 - > target/i386/hax-windows.c | 1 - > target/i386/hvf/hvf.c | 1 - > target/i386/hvf/x86_task.c | 1 - > target/i386/whpx-all.c | 1 - > target/lm32/cpu.c | 1 - > target/m68k/cpu.c | 1 - > target/moxie/cpu.c | 1 - > target/moxie/mmu.c | 1 - > target/openrisc/cpu.c | 1 - > target/ppc/int_helper.c | 1 - > target/s390x/cpu.c | 1 - > target/s390x/diag.c | 1 - > target/s390x/helper.c | 1 - > target/tilegx/cpu.c | 1 - > target/xtensa/core-dc232b.c | 1 - > target/xtensa/core-dc233c.c | 1 - > target/xtensa/core-de212.c | 1 - > target/xtensa/core-fsf.c | 1 - > target/xtensa/core-sample_controller.c | 1 - > target/xtensa/cpu.c | 1 - > tcg/tcg-op-vec.c | 1 - > target/xtensa/import_core.sh | 1 - > 36 files changed, 36 deletions(-) > However you arrived at it, this looks sane, so Acked-by: Cornelia Huck <coh...@redhat.com>