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

2015-02-12 Thread Juan Quintela
Liang Li 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 Reviewed-by: Juan Quintela

[Qemu-devel] [v5 04/12] qemu-file: Add compression functions to QEMUFile

2015-02-10 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