mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw: explicitly include qemu/log.h
Move the inclusion out of hw/hw.h, most files do not need it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e6623d88f4
commit
03dd024ff5
90 changed files with 92 additions and 2 deletions
|
@ -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];
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "hw/ptimer.h"
|
||||
#include "etsec.h"
|
||||
#include "registers.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
/* #define HEX_DUMP */
|
||||
/* #define DEBUG_REGISTER */
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "net/checksum.h"
|
||||
|
||||
#include "qemu/log.h"
|
||||
#include "etsec.h"
|
||||
#include "registers.h"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue