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-ppc | |
parent | cbd62f8616305085a547ad4245e0b63a61b3aa71 (diff) |
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-ppc')
-rw-r--r-- | target-ppc/machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/machine.c b/target-ppc/machine.c index 46684fb933..c0b91823a9 100644 --- a/target-ppc/machine.c +++ b/target-ppc/machine.c @@ -4,6 +4,7 @@ #include "sysemu/kvm.h" #include "helper_regs.h" #include "mmu-hash64.h" +#include "migration/cpu.h" static int cpu_load_old(QEMUFile *f, void *opaque, int version_id) { |