Split struct QEMUFile out
commit4f9d09001261420a2990454e91320aca2d9d8781
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 12 Dec 2014 11:13:40 +0000 (12 11:13 +0000)
committerAmit Shah <amit.shah@redhat.com>
Tue, 16 Dec 2014 12:17:36 +0000 (16 17:47 +0530)
treedc9669c422a62c223b5e4f63d72fc359148dce54
parent329c9b10b659209c663e59ce164727ef9fd2ecdb
Split struct QEMUFile out

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>
migration/qemu-file-internal.h [new file with mode: 0644]
migration/qemu-file.c