]> Git Repo - qemu.git/commit - migration/ram.c
qemu-file: Fix qemu_put_compression_data flaw
authorLiang Li <[email protected]>
Thu, 5 May 2016 07:32:54 +0000 (15:32 +0800)
committerAmit Shah <[email protected]>
Fri, 17 Jun 2016 12:54:18 +0000 (18:24 +0530)
commitb3be28969b797b27d7f7f806827e9898e4ee08f0
tree924057e300d670d991903b374a3ea8bc89d65fd3
parente7bb92e21a47c97dc477dc0dd49acf8ee0e633ad
qemu-file: Fix qemu_put_compression_data flaw

Current qemu_put_compression_data can only work with no writable
QEMUFile, and can't work with the writable QEMUFile. But it does
not provide any measure to prevent users from using it with a
writable QEMUFile.

We should fix this flaw to make it works with writable QEMUFile.

Signed-off-by: Liang Li <[email protected]>
Suggested-by: Juan Quintela <[email protected]>
Message-Id: <1462433579[email protected]>
Signed-off-by: Amit Shah <[email protected]>
migration/qemu-file.c
migration/ram.c
This page took 0.025971 seconds and 4 git commands to generate.