diff options
author | Juan Quintela | 2017-04-17 18:59:13 +0200 |
---|---|---|
committer | Juan Quintela | 2017-05-18 19:20:59 +0200 |
commit | 82b9d0f06ab23c0c06b0a8c3adac4c39c38db67a (patch) | |
tree | 6c9213a0b1649c615f281f4f6c41ed02fe04dbb5 /include/hw/hw.h | |
parent | migration: Split vmstate-types.c from vmstate.c (diff) | |
download | qemu-82b9d0f06ab23c0c06b0a8c3adac4c39c38db67a.tar.gz qemu-82b9d0f06ab23c0c06b0a8c3adac4c39c38db67a.tar.xz qemu-82b9d0f06ab23c0c06b0a8c3adac4c39c38db67a.zip |
migration: Remove qemu-file.h from vmstate.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
--
minor rearangements due to the rebase
Diffstat (limited to 'include/hw/hw.h')
-rw-r--r-- | include/hw/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/hw.h b/include/hw/hw.h index e22d4ce5fa..af9eae11c5 100644 --- a/include/hw/hw.h +++ b/include/hw/hw.h @@ -11,6 +11,7 @@ #include "exec/memory.h" #include "hw/irq.h" #include "migration/vmstate.h" +#include "migration/qemu-file.h" #include "qemu/module.h" #include "sysemu/reset.h" |