hw: explicitly include qemu/log.h
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2015 12:16:16 +0000 (13:16 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:29 +0000 (16:42 +0200)
Move the inclusion out of hw/hw.h, most files do not need it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
90 files changed:
hw/arm/ast2400.c
hw/arm/nseries.c
hw/arm/palmetto-bmc.c
hw/arm/pxa2xx_gpio.c
hw/arm/stellaris.c
hw/arm/strongarm.c
hw/arm/xlnx-ep108.c
hw/audio/pl041.c
hw/block/m25p80.c
hw/block/pflash_cfi01.c
hw/char/bcm2835_aux.c
hw/char/cadence_uart.c
hw/char/digic-uart.c
hw/char/imx_serial.c
hw/char/pl011.c
hw/char/stm32f2xx_usart.c
hw/display/bcm2835_fb.c
hw/display/cg3.c
hw/display/pl110.c
hw/display/virtio-gpu.c
hw/dma/bcm2835_dma.c
hw/dma/pl080.c
hw/dma/pl330.c
hw/dma/rc4030.c
hw/gpio/imx_gpio.c
hw/gpio/pl061.c
hw/i2c/imx_i2c.c
hw/i2c/versatile_i2c.c
hw/input/pl050.c
hw/intc/allwinner-a10-pic.c
hw/intc/arm_gic.c
hw/intc/arm_gicv2m.c
hw/intc/armv7m_nvic.c
hw/intc/bcm2835_ic.c
hw/intc/bcm2836_control.c
hw/intc/i8259.c
hw/intc/imx_avic.c
hw/intc/openpic.c
hw/intc/pl190.c
hw/misc/arm11scu.c
hw/misc/arm_integrator_debug.c
hw/misc/arm_l2x0.c
hw/misc/arm_sysctl.c
hw/misc/bcm2835_mbox.c
hw/misc/bcm2835_property.c
hw/misc/imx25_ccm.c
hw/misc/imx31_ccm.c
hw/misc/imx6_ccm.c
hw/misc/imx6_src.c
hw/misc/imx_ccm.c
hw/misc/macio/cuda.c
hw/misc/macio/mac_dbdma.c
hw/misc/mips_cmgcr.c
hw/misc/mips_cpc.c
hw/misc/mips_itu.c
hw/misc/stm32f2xx_syscfg.c
hw/misc/zynq-xadc.c
hw/misc/zynq_slcr.c
hw/net/allwinner_emac.c
hw/net/fsl_etsec/etsec.c
hw/net/fsl_etsec/rings.c
hw/net/imx_fec.c
hw/net/lan9118.c
hw/net/spapr_llan.c
hw/pci-host/apb.c
hw/pci-host/versatile.c
hw/ppc/spapr.c
hw/ppc/spapr_hcall.c
hw/ppc/spapr_iommu.c
hw/ppc/spapr_rtas.c
hw/ppc/spapr_vio.c
hw/sd/pl181.c
hw/sd/sd.c
hw/sd/sdhci.c
hw/ssi/imx_spi.c
hw/ssi/pl022.c
hw/timer/allwinner-a10-pit.c
hw/timer/arm_timer.c
hw/timer/digic-timer.c
hw/timer/imx_epit.c
hw/timer/imx_gpt.c
hw/timer/pl031.c
hw/timer/stm32f2xx_timer.c
hw/watchdog/wdt_diag288.c
include/hw/hw.h
monitor.c
target-arm/arm-powerctl.c
target-arm/kvm.c
target-arm/kvm32.c
vl.c

index 03f993863bf103f664e694b865b85ccbbe939d55..5510a8a3744c621b8ca7e241b5d3c1a59a38c959 100644 (file)
@@ -17,6 +17,7 @@
 #include "exec/address-spaces.h"
 #include "hw/arm/ast2400.h"
 #include "hw/char/serial.h"
+#include "qemu/log.h"
 
 #define AST2400_UART_5_BASE      0x00184000
 #define AST2400_IOMEM_SIZE       0x00200000
index 6131c345b1732dde80b983268567a1a2463b640c..d4eb14176464b2c0eef8364b9a70edc6d277ce50 100644 (file)
@@ -37,6 +37,7 @@
 #include "hw/loader.h"
 #include "sysemu/block-backend.h"
 #include "hw/sysbus.h"
+#include "qemu/log.h"
 #include "exec/address-spaces.h"
 
 /* Nokia N8x0 support */
index 89ebd92b9370514b503cfe21431cd0acde74dcf1..a51d960510eec1003c4c1edd1c223515346614cf 100644 (file)
@@ -17,6 +17,7 @@
 #include "hw/arm/arm.h"
 #include "hw/arm/ast2400.h"
 #include "hw/boards.h"
+#include "qemu/log.h"
 
 static struct arm_boot_info palmetto_bmc_binfo = {
     .loader_start = AST2400_SDRAM_BASE,
index 8c9626e9f241001254dc5884b2433d99fed7efad..576a8eb91feb73d11821a5346bc2decc2da211ea 100644 (file)
@@ -12,6 +12,7 @@
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "hw/arm/pxa.h"
+#include "qemu/log.h"
 
 #define PXA2XX_GPIO_BANKS      4
 
index f90b9fd1904af5ac1f355861ee0199e9d9564d6b..44591716feed5867a1eebd3efcccc3fef5418802 100644 (file)
@@ -17,6 +17,7 @@
 #include "hw/i2c/i2c.h"
 #include "net/net.h"
 #include "hw/boards.h"
+#include "qemu/log.h"
 #include "exec/address-spaces.h"
 #include "sysemu/sysemu.h"
 
index 3bc8a981500900436fda32e9e9342d2a47c347b6..f1b2c6c9665c20c8bb60767c5055e000bc4d8f96 100644 (file)
@@ -38,6 +38,7 @@
 #include "sysemu/sysemu.h"
 #include "hw/ssi/ssi.h"
 #include "qemu/cutils.h"
+#include "qemu/log.h"
 
 //#define DEBUG
 
index 5f480182b2701821553c71f0ffa4933b1aa50387..40f7cc142560352298e0fddcb92f0e932e28082e 100644 (file)
@@ -23,6 +23,7 @@
 #include "hw/boards.h"
 #include "qemu/error-report.h"
 #include "exec/address-spaces.h"
+#include "qemu/log.h"
 
 typedef struct XlnxEP108 {
     XlnxZynqMPState soc;
index 4717bc9b9c9e6c4bdd526717acaa93302795bd9e..6e9c10401131f8e677f8f4acc8d049dace75d43a 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
+#include "qemu/log.h"
 
 #include "pl041.h"
 #include "lm4549.h"
index 5d308637df7a1b7d70dfaa9ee4f9c9cf40b09559..4c856f5278c35ac3c9f46a87d43381464c3c243d 100644 (file)
@@ -27,6 +27,7 @@
 #include "sysemu/blockdev.h"
 #include "hw/ssi/ssi.h"
 #include "qemu/bitops.h"
+#include "qemu/log.h"
 
 #ifndef M25P80_ERR_DEBUG
 #define M25P80_ERR_DEBUG 0
index 3a1f85d2799399ac5609b3f33cc99a407067af7a..31585e3aa16ffb70af7bb18cb8b084a642102df6 100644 (file)
@@ -45,6 +45,7 @@
 #include "qemu/bitops.h"
 #include "exec/address-spaces.h"
 #include "qemu/host-utils.h"
+#include "qemu/log.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
 
index 0394d11a8878baed282839d96bb4d536e45715eb..319f1652f68f4a2461489c521747e3c62ebdc536 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/char/bcm2835_aux.h"
+#include "qemu/log.h"
 
 #define AUX_IRQ         0x0
 #define AUX_ENABLES     0x4
index 797787823e0672cb57c5ba1b24f017c9394c5fd7..442dac52cff6c5ea9edb64af35f9bf743382ed61 100644 (file)
  */
 
 #include "qemu/osdep.h"
+#include "hw/sysbus.h"
+#include "sysemu/char.h"
+#include "qemu/timer.h"
+#include "qemu/log.h"
 #include "hw/char/cadence_uart.h"
 
 #ifdef CADENCE_UART_ERR_DEBUG
index d3bc533d7c4d537be33c00930ff621eb2f1e7cb0..0e44878405d98342a6d26d8be8f04c887d19fca1 100644 (file)
@@ -30,6 +30,7 @@
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "sysemu/char.h"
+#include "qemu/log.h"
 
 #include "hw/char/digic-uart.h"
 
index 6df74ac7c44d7849c25709fef3869c52105f005c..44856d671e75e672e3c7bbd89a2ce4d06ddbdf40 100644 (file)
@@ -22,6 +22,7 @@
 #include "hw/char/imx_serial.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/char.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_UART
 #define DEBUG_IMX_UART 0
index 210c87b4c2bd000d80c359ca5c05d43c64210677..6876ea6eef4f8f0cb2cd9ccc1f8265e4f7c5d970 100644 (file)
@@ -10,6 +10,7 @@
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/char.h"
+#include "qemu/log.h"
 
 #define TYPE_PL011 "pl011"
 #define PL011(obj) OBJECT_CHECK(PL011State, (obj), TYPE_PL011)
index a94d61cebc324f2e968a391c5e23f2d95e3c29c2..72305ec5d4b09b646541e6eda45474217f2cd2d6 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/char/stm32f2xx_usart.h"
+#include "qemu/log.h"
 
 #ifndef STM_USART_ERR_DEBUG
 #define STM_USART_ERR_DEBUG 0
index 506f1d3d90697009ce706061a79a225bcd697462..7eab927652250bb9aad3e7125a93a329852fb6c4 100644 (file)
@@ -29,6 +29,7 @@
 #include "hw/display/framebuffer.h"
 #include "ui/pixel_ops.h"
 #include "hw/misc/bcm2835_mbox_defs.h"
+#include "qemu/log.h"
 
 #define DEFAULT_VCRAM_SIZE 0x4000000
 #define BCM2835_FB_OFFSET  0x00100000
index eb0e71a90ab87a9b1e450caab1f79e8cd2e0e2e0..117422039424246b7178eabd722aa99411e587fb 100644 (file)
@@ -31,6 +31,7 @@
 #include "ui/console.h"
 #include "hw/sysbus.h"
 #include "hw/loader.h"
+#include "qemu/log.h"
 
 /* Change to 1 to enable debugging */
 #define DEBUG_CG3 0
index d589959f1b80052925cb1eca7aa3bc002d9d2ab7..c069c0b7fd2045e102773cce9f91977e41a64c20 100644 (file)
@@ -12,6 +12,7 @@
 #include "ui/console.h"
 #include "framebuffer.h"
 #include "ui/pixel_ops.h"
+#include "qemu/log.h"
 
 #define PL110_CR_EN   0x001
 #define PL110_CR_BGR  0x100
index c181fb364ce2d7e61a9d103a2023551067710ce4..91345bd3999f95e94762a1cebe6c40c4bfb08289 100644 (file)
@@ -19,6 +19,7 @@
 #include "hw/virtio/virtio.h"
 #include "hw/virtio/virtio-gpu.h"
 #include "hw/virtio/virtio-bus.h"
+#include "qemu/log.h"
 
 static struct virtio_gpu_simple_resource*
 virtio_gpu_find_resource(VirtIOGPU *g, uint32_t resource_id);
index 542117599820fec60669af330d8a35216cfc4a2c..5d144a263324d37a4312dff47224c7d5c22da757 100644 (file)
@@ -6,6 +6,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/dma/bcm2835_dma.h"
+#include "qemu/log.h"
 
 /* DMA CS Control and Status bits */
 #define BCM2708_DMA_ACTIVE      (1 << 0)
index 9318108b81977fa41e98de0ce889e50ae02278f2..3bed5c3390e2b848da7b942f37a547bee11f252a 100644 (file)
@@ -10,6 +10,7 @@
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "exec/address-spaces.h"
+#include "qemu/log.h"
 
 #define PL080_MAX_CHANNELS 8
 #define PL080_CONF_E    0x1
index ea89ecb00e3f9807ab75382cd0b73572cbadaf67..c0bd9fec3007bd9b1eab3437fdb2862c1198921b 100644 (file)
@@ -19,6 +19,7 @@
 #include "qapi/error.h"
 #include "qemu/timer.h"
 #include "sysemu/dma.h"
+#include "qemu/log.h"
 
 #ifndef PL330_ERR_DEBUG
 #define PL330_ERR_DEBUG 0
index a06c2359a770eb1780a1f24571ad30a56d897140..2f2576fafb4e3aed751bae76008f791bc0475720 100644 (file)
@@ -27,6 +27,7 @@
 #include "hw/mips/mips.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
+#include "qemu/log.h"
 #include "exec/address-spaces.h"
 #include "trace.h"
 
index ed7e247f5667e969cd3598b39c35d89ae9d86bef..f3574aa8f37ed18d92abf7e9d02ce0da4639b0b0 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/gpio/imx_gpio.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_GPIO
 #define DEBUG_IMX_GPIO 0
index 29dc7fc38ef52f7b16ad2e1ddbf1cb69ba424cc1..44faeb23b715b0f2fede79ef66719688a873b825 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
+#include "qemu/log.h"
 
 //#define DEBUG_PL061 1
 
index e19d4fa7459dd8d0a0d89786515b5cedc254735c..37e5a62ce759c99de1689f83615be58a2e543dbd 100644 (file)
@@ -21,6 +21,7 @@
 #include "qemu/osdep.h"
 #include "hw/i2c/imx_i2c.h"
 #include "hw/i2c/i2c.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_I2C
 #define DEBUG_IMX_I2C 0
index fee3bc7619bcfcee0ad670f7c118269780bbd811..0bce52416eb6486c304bedf00817794470832f90 100644 (file)
@@ -24,6 +24,7 @@
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "bitbang_i2c.h"
+#include "qemu/log.h"
 
 #define TYPE_VERSATILE_I2C "versatile_i2c"
 #define VERSATILE_I2C(obj) \
index 3092b0fe3b460d2714ace4060bb15393786fee2e..be9cd57b1770ff54864414a1287a28ae72931be1 100644 (file)
@@ -10,6 +10,7 @@
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/input/ps2.h"
+#include "qemu/log.h"
 
 #define TYPE_PL050 "pl050"
 #define PL050(obj) OBJECT_CHECK(PL050State, (obj), TYPE_PL050)
index dc971a1603a41e387f2dbb03900e9b2b8c65fbb5..11f13663c8e4baf3009be89c693b390328b0b088 100644 (file)
@@ -20,6 +20,7 @@
 #include "hw/devices.h"
 #include "sysemu/sysemu.h"
 #include "hw/intc/allwinner-a10-pic.h"
+#include "qemu/log.h"
 
 static void aw_a10_pic_update(AwA10PICState *s)
 {
index 5ee79b83e6864c58cec603eda1e10b0f1cb71faf..06a22e0aaf1ef1b50b62b1cc029f553b91ba6aab 100644 (file)
@@ -23,6 +23,7 @@
 #include "gic_internal.h"
 #include "qapi/error.h"
 #include "qom/cpu.h"
+#include "qemu/log.h"
 #include "trace.h"
 
 //#define DEBUG_GIC
index 589d315c10ecde863737f7b39e26b4d0f91e793a..3922fbc1c1370cb791239fe5ede8344a735e7d6b 100644 (file)
@@ -30,6 +30,7 @@
 #include "hw/sysbus.h"
 #include "hw/pci/msi.h"
 #include "sysemu/kvm.h"
+#include "qemu/log.h"
 
 #define TYPE_ARM_GICV2M "arm-gicv2m"
 #define ARM_GICV2M(obj) OBJECT_CHECK(ARMGICv2mState, (obj), TYPE_ARM_GICV2M)
index 4d584ef74c162c5220ebcfbdeb4fa0f02ca5f18f..890d5d7442a35b4cbfff885d83ac265ffa16ce98 100644 (file)
@@ -19,6 +19,7 @@
 #include "hw/arm/arm.h"
 #include "exec/address-spaces.h"
 #include "gic_internal.h"
+#include "qemu/log.h"
 
 typedef struct {
     GICState gic;
index 80513b28fdc4bfdb664294f24ce3ac8c7dc1f848..00d25306fdc4e14bfc6ad18439cc810c125f7ba4 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/intc/bcm2835_ic.h"
+#include "qemu/log.h"
 
 #define GPU_IRQS 64
 #define ARM_IRQS 8
index d0271810cce06ae36c57314141236f1edc00d6ea..cfa5bc736595548aaff0445ffaa8fd982d8e3ddc 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/intc/bcm2836_control.h"
+#include "qemu/log.h"
 
 #define REG_GPU_ROUTE           0x0c
 #define REG_TIMERCONTROL        0x40
index bb43669b936ea85b5cde61a606201d7d56d8e1e8..c2607a586890443bd386a5a38c76ce740d8df72d 100644 (file)
@@ -27,6 +27,7 @@
 #include "hw/isa/isa.h"
 #include "monitor/monitor.h"
 #include "qemu/timer.h"
+#include "qemu/log.h"
 #include "hw/isa/i8259_internal.h"
 
 /* debug PIC */
index d21cb97451233c4d55ad20ed91ae1156d41b1dc9..813e587a631e5aaa19f10e82c411fac017fd0978 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/intc/imx_avic.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_AVIC
 #define DEBUG_IMX_AVIC 0
index 2d3769310fbbe235aef9e40be5f45b2f39014a1f..4349e45e04035a0ae3a6437f3e5faf3cc87c70e6 100644 (file)
@@ -44,6 +44,7 @@
 #include "qapi/error.h"
 #include "qemu/bitops.h"
 #include "qapi/qmp/qerror.h"
+#include "qemu/log.h"
 
 //#define DEBUG_OPENPIC
 
index 1e50baf237de252e2ea12f767a1f5f09f3b43f69..55ea15de7618ad39a97ffe69582d3ec31fdcc962 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
+#include "qemu/log.h"
 
 /* The number of virtual priority levels.  16 user vectors plus the
    unvectored IRQ.  Chained interrupts would require an additional level
index 5e54b494be633fc0c94c51197e3515bf8eba0b2d..7042ce11e8d3bc2faf66308889e00613be095491 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/arm11scu.h"
+#include "qemu/log.h"
 
 static uint64_t mpcore_scu_read(void *opaque, hwaddr offset,
                                 unsigned size)
index 902605fef41b817b3bbb88cb6afe494fe9e8c195..8a5f29559d4749749a81f2bd0965c92f363856c1 100644 (file)
@@ -19,6 +19,7 @@
 #include "hw/sysbus.h"
 #include "exec/address-spaces.h"
 #include "hw/misc/arm_integrator_debug.h"
+#include "qemu/log.h"
 
 #define INTEGRATOR_DEBUG(obj) \
     OBJECT_CHECK(IntegratorDebugState, (obj), TYPE_INTEGRATOR_DEBUG)
index 7e179f1a4e37a03e656abdd3a876d841e2431272..4442227877e1aa8b7d096045b93e8378a0a50a66 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
+#include "qemu/log.h"
 
 /* L2C-310 r3p2 */
 #define CACHE_ID 0x410000c8
index 34d90d523013c2cc490e2c6f3d2151fc7512a425..852400870834d71db7a1256950e45b7e0dff830f 100644 (file)
@@ -14,6 +14,7 @@
 #include "hw/sysbus.h"
 #include "hw/arm/primecell.h"
 #include "sysemu/sysemu.h"
+#include "qemu/log.h"
 
 #define LOCK_VALUE 0xa05f
 
index 263280fd49f802c4bdc909657d1a51f8473efb8d..e97cc814af5bbcfe5f4c1f6a3aaefb84c35d0d7b 100644 (file)
@@ -11,6 +11,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/misc/bcm2835_mbox.h"
+#include "qemu/log.h"
 
 #define MAIL0_PEEK   0x90
 #define MAIL0_SENDER 0x94
index 34473469d49793728aaaae362549151a99d00497..70eaafd325f7248e0d9d61d34ea4312197a267f6 100644 (file)
@@ -8,6 +8,7 @@
 #include "hw/misc/bcm2835_property.h"
 #include "hw/misc/bcm2835_mbox_defs.h"
 #include "sysemu/dma.h"
+#include "qemu/log.h"
 
 /* https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface */
 
index 225604d8239d69372a0ead93b67fcd758bea26cf..5cd8c0a9a75ca5817e7c0f4b085b999f9c361fc4 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/imx25_ccm.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX25_CCM
 #define DEBUG_IMX25_CCM 0
index 80c16471663a471780ed60c0f3d0f32ee2253e00..1c03e52c40d529a6cbee7a4d6b41f6f12f095363 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/imx31_ccm.h"
+#include "qemu/log.h"
 
 #define CKIH_FREQ 26000000 /* 26MHz crystal input */
 
index 4e1d49da698bab8b248d90ffe452006489c1567e..ec58eef92d1bd82b844731582aad587eff14414f 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/imx6_ccm.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX6_CCM
 #define DEBUG_IMX6_CCM 0
index 6b026b459f77c83c49ba5f5052b5dd3ca3079c27..8bb68295752f5f3a7f105fc256d61ce1ae29d52c 100644 (file)
@@ -12,6 +12,7 @@
 #include "hw/misc/imx6_src.h"
 #include "sysemu/sysemu.h"
 #include "qemu/bitops.h"
+#include "qemu/log.h"
 #include "arm-powerctl.h"
 
 #ifndef DEBUG_IMX6_SRC
index 986d890caf0db3eeb0fbf93922b6b9811120ffa3..7f239a41d8b84589a7614d252264064aa4f94421 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/imx_ccm.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_CCM
 #define DEBUG_IMX_CCM 0
index f15f301100339ec1704437f88e65c1c96f1d24c6..05c02fb3a42647b7f80aec0d6e31913847e56122 100644 (file)
@@ -29,6 +29,7 @@
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "qemu/cutils.h"
+#include "qemu/log.h"
 
 /* XXX: implement all timer modes */
 
index 6051f17dbd9412a43f6527782c26082d17c212d9..5632743d36e0a6b3f0576fc677dc998f67fa8805 100644 (file)
@@ -41,6 +41,7 @@
 #include "hw/isa/isa.h"
 #include "hw/ppc/mac_dbdma.h"
 #include "qemu/main-loop.h"
+#include "qemu/log.h"
 
 /* debug DBDMA */
 //#define DEBUG_DBDMA
index 37be23995b8de0cf6a46a9f834d6e160d6fc4b12..40f34643e3dc557ebd7014fcb0f5b7adec751bf4 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
+#include "qemu/log.h"
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
index 05688b7c4bf0f2949d5d01ef190b9e085a033368..e6a35dd6a0ac6f3d597e4b0273416df738863c6d 100644 (file)
@@ -20,6 +20,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "cpu.h"
+#include "qemu/log.h"
 #include "hw/sysbus.h"
 
 #include "hw/misc/mips_cpc.h"
index c1a44537a3ad69ea70035d0688e13d7700eee91c..fda7201940efbb9aab912d906782f790c32a4cf1 100644 (file)
@@ -20,6 +20,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "cpu.h"
+#include "qemu/log.h"
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
index d0d7076eff07c7d8a88e01b4861fe529ba4492b6..7c45833d0986d37d4f7c6a87b82e7c4d5bf5d6b6 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/misc/stm32f2xx_syscfg.h"
+#include "qemu/log.h"
 
 #ifndef STM_SYSCFG_ERR_DEBUG
 #define STM_SYSCFG_ERR_DEBUG 0
index 71fbccd79f5c2ae630e3f508046472a079926a5b..14906103c9af3d40c97119e461b523240818e988 100644 (file)
@@ -18,6 +18,7 @@
 #include "hw/misc/zynq-xadc.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
+#include "qemu/log.h"
 
 enum {
     CFG                = 0x000 / 4,
index b1b7591ef608efc3c22f35b16713eb4763f2e437..7891219001055a2a2bb073b526e7927297c69987 100644 (file)
@@ -19,6 +19,7 @@
 #include "qemu/timer.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
+#include "qemu/log.h"
 
 #ifndef ZYNQ_SLCR_ERR_DEBUG
 #define ZYNQ_SLCR_ERR_DEBUG 0
index 16d4b63ba074efb36315071f30b508e99f6de113..d57502300c26e75fa95a5db9108544b58d8481a7 100644 (file)
@@ -21,6 +21,7 @@
 #include "net/net.h"
 #include "qemu/fifo8.h"
 #include "hw/net/allwinner_emac.h"
+#include "qemu/log.h"
 #include <zlib.h>
 
 static uint8_t padding[60];
index 1e35f7f8c535829faabc1d37a8fc4d55a770636e..98250e0591c25b8d64939453af19ee16499e38a8 100644 (file)
@@ -33,6 +33,7 @@
 #include "hw/ptimer.h"
 #include "etsec.h"
 #include "registers.h"
+#include "qemu/log.h"
 
 /* #define HEX_DUMP */
 /* #define DEBUG_REGISTER */
index ed1de7da9b7fcd4401e45042d12bded1200d0d05..79d2f14dd8250f7ab821e1237d11eaf7eaf4248e 100644 (file)
@@ -23,7 +23,7 @@
  */
 #include "qemu/osdep.h"
 #include "net/checksum.h"
-
+#include "qemu/log.h"
 #include "etsec.h"
 #include "registers.h"
 
index e60e3380e4960f51937539d592e02d8554170d08..9055ea89a9d4114edd65fedc18d9c498dd861a66 100644 (file)
@@ -24,6 +24,7 @@
 #include "qemu/osdep.h"
 #include "hw/net/imx_fec.h"
 #include "sysemu/dma.h"
+#include "qemu/log.h"
 
 /* For crc32 */
 #include <zlib.h>
index 08dc474d612462b563605a719eddcf94f338bb59..205207356c3f92088fd5b146fdf178d643787401 100644 (file)
@@ -16,6 +16,7 @@
 #include "hw/devices.h"
 #include "sysemu/sysemu.h"
 #include "hw/ptimer.h"
+#include "qemu/log.h"
 /* For crc32 */
 #include <zlib.h>
 
index db97da3d38af3cfb1e4bef6bd7b66571c807f1bd..a8266f8ec7ca458eb5350e8ba7937db745856e27 100644 (file)
@@ -28,6 +28,7 @@
 #include "qemu-common.h"
 #include "cpu.h"
 #include "hw/hw.h"
+#include "qemu/log.h"
 #include "net/net.h"
 #include "hw/qdev.h"
 #include "hw/ppc/spapr.h"
index aaef7bb3a18a1db0d7ace9ab9062b840c424ec69..babbbef0c2a8826ecab1f1d83e787f7a5c74a573 100644 (file)
@@ -36,6 +36,7 @@
 #include "hw/pci-host/apb.h"
 #include "sysemu/sysemu.h"
 #include "exec/address-spaces.h"
+#include "qemu/log.h"
 
 /* debug APB */
 //#define DEBUG_APB
index 339ec2c508b5dd1a4e8a4858ad099856d9f5e0ab..0792c4501c156e1835f8507e6f519fb6729d4d85 100644 (file)
@@ -13,6 +13,7 @@
 #include "hw/pci/pci_bus.h"
 #include "hw/pci/pci_host.h"
 #include "exec/address-spaces.h"
+#include "qemu/log.h"
 
 /* Old and buggy versions of QEMU used the wrong mapping from
  * PCI IRQs to system interrupt lines. Unfortunately the Linux
index b69995e0dce1b7cf2aca1885d6e153c7468f2230..de1de1d06746f4aa8ebdcf4684297b2835dba1f4 100644 (file)
@@ -29,6 +29,7 @@
 #include "sysemu/sysemu.h"
 #include "sysemu/numa.h"
 #include "hw/hw.h"
+#include "qemu/log.h"
 #include "hw/fw-path-provider.h"
 #include "elf.h"
 #include "net/net.h"
index 4426a50e04a85907a009a4e057a1f101c29e0d06..c5fecb50e64a427baa872a186ea70de3deeb00ae 100644 (file)
@@ -1,6 +1,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "sysemu/sysemu.h"
+#include "qemu/log.h"
 #include "cpu.h"
 #include "helper_regs.h"
 #include "hw/ppc/spapr.h"
index 7dd458846eb60e44456be8b89d48feca29599caf..722db91ffa55b288b0bbaee7ee30cf7e3d69b0ca 100644 (file)
@@ -18,6 +18,7 @@
  */
 #include "qemu/osdep.h"
 #include "hw/hw.h"
+#include "qemu/log.h"
 #include "sysemu/kvm.h"
 #include "hw/qdev.h"
 #include "kvm_ppc.h"
index 580829e2f1676dc8511a8fbf056c91b695960fa5..43e2c684fda8dbb4eda33bf0f380110709202a59 100644 (file)
@@ -26,6 +26,7 @@
  */
 #include "qemu/osdep.h"
 #include "cpu.h"
+#include "qemu/log.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/char.h"
 #include "hw/qdev.h"
index 6b20b4068226b8948f70e191ccbb2e35e087cfe5..d084aedadf2c7946adde6b2e98e1d50d464e766e 100644 (file)
@@ -22,6 +22,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/hw.h"
+#include "qemu/log.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
index e87abb20518876dbb83ef1c3d80fcef1c9bdbe94..eb783c6b51db5c8b013c0cc4d2c2aa63c3f09a11 100644 (file)
@@ -12,6 +12,7 @@
 #include "sysemu/blockdev.h"
 #include "hw/sysbus.h"
 #include "hw/sd/sd.h"
+#include "qemu/log.h"
 
 //#define DEBUG_PL181 1
 
index 87e3d23a3d31e7236c2dbfb13e736c40704f87cf..87c6dc108df95a454843c203fcd1bf795bcb8e76 100644 (file)
@@ -39,6 +39,7 @@
 #include "hw/qdev-properties.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
+#include "qemu/log.h"
 
 //#define DEBUG_SD 1
 
index d28b5871fc15815dda2f6e225d947093a8d511ab..01fbf228be49f179f0440b17574faac9ef405eed 100644 (file)
@@ -30,6 +30,7 @@
 #include "qemu/timer.h"
 #include "qemu/bitops.h"
 #include "sdhci-internal.h"
+#include "qemu/log.h"
 
 /* host controller debug messages */
 #ifndef SDHC_DEBUG
index d5dd42aca620ecf88c2174b2b87e8a7ee8c088e0..4226199811278ae05c41e0e2c72375fe75ef5b2c 100644 (file)
@@ -11,6 +11,7 @@
 #include "qemu/osdep.h"
 #include "hw/ssi/imx_spi.h"
 #include "sysemu/sysemu.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_SPI
 #define DEBUG_IMX_SPI 0
index 564a0d36e7ce80c549937dcdd6bc529b21357782..c1368018ee343c3c82f8b0a68bbc476bb85edcbb 100644 (file)
@@ -10,6 +10,7 @@
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/ssi/ssi.h"
+#include "qemu/log.h"
 
 //#define DEBUG_PL022 1
 
index 51cdc98f3a0aa5807a133bbb708f67c92b798055..3385e5dc350d0f6037ad66c9e5920a9b5217ca6d 100644 (file)
@@ -19,6 +19,7 @@
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
 #include "hw/timer/allwinner-a10-pit.h"
+#include "qemu/log.h"
 
 static void a10_pit_update_irq(AwA10PITState *s)
 {
index f1ede5f53b8be4a66793506f101b3f0a81d18d13..111a16db376404a1b66b13fa10ed08e22d825b2c 100644 (file)
@@ -14,6 +14,7 @@
 #include "hw/qdev.h"
 #include "hw/ptimer.h"
 #include "qemu/main-loop.h"
+#include "qemu/log.h"
 
 /* Common timer implementation.  */
 
index 5b97e1e1a6747c109d7c7266c34c035c74e8015c..0f21faf876182900926b7e047565caf23163fd2b 100644 (file)
@@ -30,6 +30,7 @@
 #include "hw/sysbus.h"
 #include "hw/ptimer.h"
 #include "qemu/main-loop.h"
+#include "qemu/log.h"
 
 #include "hw/timer/digic-timer.h"
 
index f5836e21f4edd1bdc69b093e67ea8d6527abb950..eddf3481e8b666bce9f3a4e2b3ac82adac7a24de 100644 (file)
@@ -16,6 +16,7 @@
 #include "hw/timer/imx_epit.h"
 #include "hw/misc/imx_ccm.h"
 #include "qemu/main-loop.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_EPIT
 #define DEBUG_IMX_EPIT 0
index ab2e213a19074e9491bfaddd4e1889dadb10edd3..3c2f01ab99160a2568b326b9160086762517dc00 100644 (file)
@@ -16,6 +16,7 @@
 #include "hw/timer/imx_gpt.h"
 #include "hw/misc/imx_ccm.h"
 #include "qemu/main-loop.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_IMX_GPT
 #define DEBUG_IMX_GPT 0
index 38e0cb5ad64e30c3b4ed5969de4b76933e91f749..dbbeb9b16b5daf597c15346b9a284a3f727f5246 100644 (file)
@@ -16,6 +16,7 @@
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "qemu/cutils.h"
+#include "qemu/log.h"
 
 //#define DEBUG_PL031
 
index 55dacbbe3bf6f008f44da5a8928b8d1d0bc0e381..bf0fb288c434c2196e074bd4289e05f184680d6a 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/timer/stm32f2xx_timer.h"
+#include "qemu/log.h"
 
 #ifndef STM_TIMER_ERR_DEBUG
 #define STM_TIMER_ERR_DEBUG 0
index f54a35a0e356ed7441c31dcf84a25c76e7f2f03a..a7b64e2c40ad1198a6e7076ef46549c8d4fe1aee 100644 (file)
@@ -16,6 +16,7 @@
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "hw/watchdog/wdt_diag288.h"
+#include "qemu/log.h"
 
 static WatchdogTimerModel model = {
     .wdt_name = TYPE_WDT_DIAG288,
index a20321badaaf1abf5cf8c2afae063ab1a7474157..029b1e8065ddc3df510d0181ac9929799881a1ec 100644 (file)
@@ -11,7 +11,6 @@
 #include "hw/irq.h"
 #include "block/aio.h"
 #include "migration/vmstate.h"
-#include "qemu/log.h"
 #include "qemu/module.h"
 
 typedef void QEMUResetHandler(void *opaque);
index 812383ff4d6f25219b193d03d783c369d3875dad..a2c1ad2e7b8fdaf9c305ffa493c30f97ce8be2a9 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -71,6 +71,7 @@
 #include "trace/simple.h"
 #endif
 #include "exec/memory.h"
+#include "qemu/log.h"
 #include "qmp-commands.h"
 #include "hmp.h"
 #include "qemu/thread.h"
index cb9919b465a981f304e18db6ad83202cbbcc14f7..ee475d9fab83dc838e73685b2be90880c4b032a5 100644 (file)
@@ -13,6 +13,7 @@
 #include <cpu-qom.h>
 #include "internals.h"
 #include "arm-powerctl.h"
+#include "qemu/log.h"
 
 #ifndef DEBUG_ARM_POWERCTL
 #define DEBUG_ARM_POWERCTL 0
index 36710320f082ec2aeb5f63ea9a29a4acd9b0c5d2..83da447cb7754796bf626e072df803d37f32c367 100644 (file)
@@ -25,6 +25,7 @@
 #include "hw/arm/arm.h"
 #include "exec/memattrs.h"
 #include "hw/boards.h"
+#include "qemu/log.h"
 
 const KVMCapabilityInfo kvm_arch_required_capabilities[] = {
     KVM_CAP_LAST_INFO
index 7f5935ab135dae2f726f54b17c008d9d49f40ad8..c03e3e526acea56f029188236512d75bb88f40b0 100644 (file)
@@ -22,6 +22,7 @@
 #include "kvm_arm.h"
 #include "internals.h"
 #include "hw/arm/arm.h"
+#include "qemu/log.h"
 
 static inline void set_feature(uint64_t *features, int feature)
 {
diff --git a/vl.c b/vl.c
index bf61983a577e320f4eb8760297ebcd9d57e1df11..a43a3bad182a6cedce6058f35012189df092859d 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -80,6 +80,7 @@ int main(int argc, char **argv)
 #include "qemu/timer.h"
 #include "sysemu/char.h"
 #include "qemu/bitmap.h"
+#include "qemu/log.h"
 #include "sysemu/blockdev.h"
 #include "hw/block/block.h"
 #include "migration/block.h"