]> Git Repo - qemu.git/commit - target-lm32/helper.c
log: do not unnecessarily include qom/cpu.h
authorPaolo Bonzini <[email protected]>
Thu, 7 Jan 2016 13:55:28 +0000 (16:55 +0300)
committerStefan Hajnoczi <[email protected]>
Wed, 3 Feb 2016 09:19:10 +0000 (09:19 +0000)
commit508127e243122cf3ed67d2aaa472a1b4f1be055e
tree8880511082ad116a86b8a780b47dfff0812d0084
parente9527dd399ed213ec6eb2c0ea54be663a73032b0
log: do not unnecessarily include qom/cpu.h

Split the bits that require it to exec/log.h.

Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Denis V. Lunev <[email protected]>
Acked-by: Christian Borntraeger <[email protected]>
Message-id: 1452174932[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
41 files changed:
bsd-user/main.c
cpu-exec.c
exec.c
hw/acpi/cpu_hotplug.c
hw/timer/a9gtimer.c
include/exec/log.h [new file with mode: 0644]
include/qemu/log.h
linux-user/main.c
qom/cpu.c
target-alpha/translate.c
target-arm/translate-a64.c
target-arm/translate.c
target-cris/translate.c
target-i386/seg_helper.c
target-i386/smm_helper.c
target-i386/translate.c
target-lm32/helper.c
target-lm32/translate.c
target-m68k/translate.c
target-microblaze/helper.c
target-microblaze/translate.c
target-mips/helper.c
target-mips/translate.c
target-moxie/translate.c
target-openrisc/translate.c
target-ppc/mmu-hash32.c
target-ppc/mmu-hash64.c
target-ppc/mmu_helper.c
target-ppc/translate.c
target-s390x/translate.c
target-sh4/helper.c
target-sh4/translate.c
target-sparc/int32_helper.c
target-sparc/int64_helper.c
target-sparc/translate.c
target-tilegx/translate.c
target-tricore/translate.c
target-unicore32/translate.c
target-xtensa/translate.c
tcg/tcg.c
translate-all.c
This page took 0.031542 seconds and 4 git commands to generate.