]> Git Repo - qemu.git/commit - migration/qemu-file.h
qemu-file: Add compression functions to QEMUFile
authorLiang Li <[email protected]>
Mon, 23 Mar 2015 08:32:19 +0000 (16:32 +0800)
committerJuan Quintela <[email protected]>
Wed, 6 May 2015 15:36:57 +0000 (17:36 +0200)
commit44f0eadc338f55d3bffe4fccefb1d4241defa418
tree7e30bfa6c861b46a86638cfac9dc6358be55dfb5
parent3fcb38c223510cf88c6101f5d218ce0840d1354c
qemu-file: Add compression functions to QEMUFile

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 <[email protected]>
Signed-off-by: Yang Zhang <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
include/migration/qemu-file.h
migration/qemu-file.c
This page took 0.025687 seconds and 4 git commands to generate.