exec/exec-all: Move 'qemu/log.h' include in units requiring it
commitcd6174843b0896c9e57176159b38ecba45bade0e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 7 Feb 2022 08:27:56 +0000 (7 09:27 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 21 Feb 2022 09:18:06 +0000 (21 10:18 +0100)
treed8b23a91facf6abd0228b3ae87cc56cf64065461
parentbc2fbf93207f4e6e6102566414118ae151656eb0
exec/exec-all: Move 'qemu/log.h' include in units requiring it

Many files use "qemu/log.h" declarations but neglect to include
it (they inherit it via "exec/exec-all.h"). "exec/exec-all.h" is
a core component and shouldn't be used that way. Move the
"qemu/log.h" inclusion locally to each unit requiring it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220207082756.82600-10-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
47 files changed:
bsd-user/signal.c
hw/arm/omap1.c
hw/display/omap_dss.c
hw/gpio/omap_gpio.c
hw/input/tsc210x.c
include/exec/exec-all.h
monitor/misc.c
plugins/api.c
softmmu/runstate.c
target/alpha/helper.c
target/arm/helper.c
target/arm/m_helper.c
target/arm/mte_helper.c
target/avr/helper.c
target/cris/helper.c
target/hexagon/internal.h
target/hexagon/translate.h
target/hppa/helper.c
target/hppa/mem_helper.c
target/hppa/op_helper.c
target/i386/helper.c
target/i386/tcg/int_helper.c
target/i386/tcg/misc_helper.c
target/i386/tcg/sysemu/seg_helper.c
target/i386/tcg/sysemu/svm_helper.c
target/m68k/op_helper.c
target/microblaze/cpu.c
target/microblaze/mmu.c
target/microblaze/op_helper.c
target/mips/tcg/exception.c
target/mips/tcg/sysemu/special_helper.c
target/mips/tcg/translate.h
target/openrisc/interrupt.c
target/openrisc/mmu.c
target/ppc/excp_helper.c
target/ppc/misc_helper.c
target/s390x/tcg/excp_helper.c
target/s390x/tcg/mem_helper.c
target/sparc/ldst_helper.c
target/sparc/mmu_helper.c
target/tricore/helper.c
target/xtensa/dbg_helper.c
target/xtensa/exc_helper.c
target/xtensa/fpu_helper.c
target/xtensa/helper.c
target/xtensa/mmu_helper.c
target/xtensa/win_helper.c