diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-15 12:51:18 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 16:42:28 +0200 |
commit | 1e00b8d57a16b9855ae49c2b0fe897e4ec7142d4 (patch) | |
tree | 2f5b8c78efb15abc1e455aebc86d41d5935a2578 /target-arm | |
parent | cbd62f8616305085a547ad4245e0b63a61b3aa71 (diff) | |
download | qemu-1e00b8d57a16b9855ae49c2b0fe897e4ec7142d4.zip |
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')
-rw-r--r-- | target-arm/machine.c | 1 |
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) { |