]> Git Repo - qemu.git/blobdiff - hw/ssi/xilinx_spips.c
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191022-2' into...
[qemu.git] / hw / ssi / xilinx_spips.c
index b29e0a4a89ec67b5ca2ea56b8ac95d420a7d79cd..a309c712ca8b8976e5c9a2c7a80e5bc2bd41ce98 100644 (file)
@@ -24,8 +24,9 @@
 
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
-#include "sysemu/sysemu.h"
+#include "hw/irq.h"
 #include "hw/ptimer.h"
+#include "hw/qdev-properties.h"
 #include "qemu/log.h"
 #include "qemu/module.h"
 #include "qemu/bitops.h"
@@ -34,6 +35,7 @@
 #include "hw/register.h"
 #include "sysemu/dma.h"
 #include "migration/blocker.h"
+#include "migration/vmstate.h"
 
 #ifndef XILINX_SPIPS_ERR_DEBUG
 #define XILINX_SPIPS_ERR_DEBUG 0
This page took 0.02302 seconds and 4 git commands to generate.