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-alpha | |
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-alpha')
-rw-r--r-- | target-alpha/machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/machine.c b/target-alpha/machine.c index 9ab092852a..3f72943ca6 100644 --- a/target-alpha/machine.c +++ b/target-alpha/machine.c @@ -1,6 +1,7 @@ #include "qemu/osdep.h" #include "hw/hw.h" #include "hw/boards.h" +#include "migration/cpu.h" static int get_fpcr(QEMUFile *f, void *opaque, size_t size) { |