]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-arm/machine.c
qdev: Use GList for global properties
[mirror_qemu.git] / target-arm / machine.c
index 03a73d950eaa3b19a1a99d8481f7d8ab5d746898..2f452603f16ab8410b290a65db659487a7551fb5 100644 (file)
@@ -1,10 +1,13 @@
 #include "qemu/osdep.h"
+#include "qemu-common.h"
+#include "cpu.h"
 #include "hw/hw.h"
 #include "hw/boards.h"
 #include "qemu/error-report.h"
 #include "sysemu/kvm.h"
 #include "kvm_arm.h"
 #include "internals.h"
+#include "migration/cpu.h"
 
 static bool vfp_needed(void *opaque)
 {