Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
@ -21,7 +21,7 @@
#include "hw/core/boards.h"
#include "hw/char/serial-mm.h"
#include "qemu/timer.h"
#include "hw/ptimer.h"
#include "hw/core/ptimer.h"
#include "hw/qdev-properties.h"
#include "hw/block/flash.h"
#include "ui/console.h"
@ -7,7 +7,7 @@
*/
#include "qemu/osdep.h"
#include "migration/vmstate.h"
#include "qemu/host-utils.h"
#include "exec/replay-core.h"
@ -28,7 +28,7 @@
#include "hw/hw.h"
#include "hw/core/irq.h"
#include "qemu/log.h"
#include "qemu/module.h"
@ -26,7 +26,7 @@
#include "hw/sysbus.h"
#include "system/dma.h"
#include "hw/stream.h"
#include "hw/register.h"
#include "hw/dma/xlnx_csu_dma.h"
@ -15,7 +15,7 @@
#include "hw/m68k/mcf.h"
#include "system/system.h"
@ -25,7 +25,7 @@
#include "hw/m68k/mcf_fec.h"
#include "system/qtest.h"
#include "net/net.h"
@ -30,7 +30,7 @@
#include "hw/net/mii.h"
#include "etsec.h"
#include "registers.h"
@ -27,7 +27,7 @@
#include "qom/object.h"
/* Buffer Descriptors */
@ -18,7 +18,7 @@
#include "hw/net/lan9118_phy.h"
#include "hw/net/lan9118.h"
#include "qapi/error.h"
#include "qemu/bswap.h"
@ -32,7 +32,7 @@
#include "qemu/bcd.h"
#include "cpu.h"
@ -22,7 +22,7 @@
#include "hw/timer/arm_mptimer.h"
@ -12,7 +12,7 @@
@ -58,7 +58,7 @@
#include "hw/arm/exynos4210.h"
@ -29,7 +29,7 @@
@ -14,7 +14,7 @@
#include "hw/sh4/sh.h"
#include "hw/timer/tmu012.h"
#include "trace.h"
#define TIMER_TCR_TPSC (7 << 0)
#include "hw/qdev-properties-system.h"
@ -35,7 +35,7 @@
#include "hw/dma/xlnx_dpdma.h"
#include "qemu/audio.h"
#define AUD_CHBUF_MAX_DEPTH (32 * KiB)
#define MAX_QEMU_BUFFER_SIZE (4 * KiB)
@ -23,7 +23,7 @@
#define TYPE_XLNX_CSU_DMA "xlnx.csu_dma"
#define HW_CANFD_XILINX_H
#include "net/can_emu.h"
#include "hw/qdev-clock.h"
#include "net/can_host.h"
#include "qemu/fifo32.h"
#define TYPE_XLNX_ZYNQMP_CAN "xlnx.zynqmp-can"
@ -1,7 +1,7 @@
#ifndef ALLWINNER_A10_PIT_H
#define ALLWINNER_A10_PIT_H
#include "hw/core/clock.h"
#define TYPE_SYSTICK "armv7m_systick"
#define CMSDK_APB_DUALTIMER_H
@ -13,7 +13,7 @@
#define CMSDK_APB_TIMER_H
@ -19,7 +19,7 @@
#define HW_TIMER_DIGIC_TIMER_H
#define TYPE_DIGIC_TIMER "digic-timer"
#define IMX_EPIT_H
#include "hw/misc/imx_ccm.h"
#define IMX_GPT_H
#define HW_MSS_TIMER_H
#define TYPE_MSS_TIMER "mss-timer"
@ -24,7 +24,7 @@
#define HW_WATCHDOG_ALLWINNER_WDT_H
/*
#define CMSDK_APB_WATCHDOG_H
#include "qemu/bitops.h"
#define TYPE_IMX2_WDT "imx2.wdt"
#include <glib/gprintf.h>
#include "qemu/main-loop.h"
#include "ptimer-test.h"