Re: [Qemu-devel] [v4 04/13] qemu-file: Add compression functions to QEMUFile

2015-02-06 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > qemu_put_compression_data() compress the data and put it to QEMUFile. > qemu_put_qemu_file() put the data in the buffer of source QEMUFile to > destination QEMUFile. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > include/migration/qemu

[Qemu-devel] [v4 04/13] qemu-file: Add compression functions to QEMUFile

2015-02-02 Thread Liang Li
qemu_put_compression_data() compress the data and put it to QEMUFile. qemu_put_qemu_file() put the data in the buffer of source QEMUFile to destination QEMUFile. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- include/migration/qemu-file.h | 3 +++ migration/qemu-file.c | 39