]> git.proxmox.com Git - mirror_qemu.git/commit
Split the QEMU buffered file code out
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 12 Dec 2014 11:13:41 +0000 (11:13 +0000)
committerAmit Shah <amit.shah@redhat.com>
Tue, 16 Dec 2014 12:17:36 +0000 (17:47 +0530)
commit977184db39678624c1fc11d0d834a33127745904
tree937be5c881e092607e1875010b111921e1852c82
parent4f9d09001261420a2990454e91320aca2d9d8781
Split the QEMU buffered file code out

The splitting of qemu-file and addition of the buffered file landed
at the same time; so now split the buffered file code out.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
migration/Makefile.objs
migration/qemu-file-buf.c [new file with mode: 0644]
migration/qemu-file.c
tests/Makefile