summaryrefslogtreecommitdiff
path: root/target-arm/machine.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-03-15 12:51:18 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-19 16:42:28 +0200
commit1e00b8d57a16b9855ae49c2b0fe897e4ec7142d4 (patch)
tree2f5b8c78efb15abc1e455aebc86d41d5935a2578 /target-arm/machine.c
parentcbd62f8616305085a547ad4245e0b63a61b3aa71 (diff)
downloadqemu-1e00b8d57a16b9855ae49c2b0fe897e4ec7142d4.tar.gz
hw: move CPU state serialization to migration/cpu.h
Remove usage of NEED_CPU_H from hw/hw.h. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-arm/machine.c')
-rw-r--r--target-arm/machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/machine.c b/target-arm/machine.c
index 03a73d950e..c23feb18d6 100644
--- a/target-arm/machine.c
+++ b/target-arm/machine.c
@@ -5,6 +5,7 @@
#include "sysemu/kvm.h"
#include "kvm_arm.h"
#include "internals.h"
+#include "migration/cpu.h"
static bool vfp_needed(void *opaque)
{