summaryrefslogtreecommitdiff
path: root/migration/qemu-file-internal.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-16Split struct QEMUFile outDr. David Alan Gilbert1-0/+53
Now we've got multiple QEMUFile source files, some of them need access to things that were defined in qemu-file.c, so create a -internal header for them. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>